Browse Source

Fixed double import with correct one in makedsig.

Vladimir Kryvian 8 years ago
parent
commit
3bb72987a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/makedsig/LIB_PatternCollector.cpp

+ 1 - 1
tools/makedsig/LIB_PatternCollector.cpp

@@ -3,7 +3,7 @@
 #include "msvc_fixes.h"
 
 #include <cstring>
-#include <cstring>
+#include <algorithm>
 /** \note there is an untested assumption that the *first* segment definition
     with class CODE will be the one containing all useful functions in the
     LEDATA records. Functions such as _exit() have more than one segment