afflib/afflib-3.4.1-gcc43.patch
Nicolas Chauvet 3f579f6a57 - Update to 3.4.1
- Update gcc43 (new case)
- Enable python binding.
- Avoid version-info on the python module.
2009-09-24 20:54:35 +00:00

11 lines
345 B
Diff

diff -up afflib-3.4.1/tools/hashextent.h.gcc43 afflib-3.4.1/tools/hashextent.h
--- afflib-3.4.1/tools/hashextent.h.gcc43 2009-09-21 21:52:51.000000000 +0200
+++ afflib-3.4.1/tools/hashextent.h 2009-09-24 22:39:22.534808641 +0200
@@ -14,6 +14,7 @@
#include <sstream>
#include <map>
#include <set>
+#include <algorithm>
using std::string;