- Update gcc43 (new case) - Enable python binding. - Avoid version-info on the python module.
11 lines
345 B
Diff
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;
|