diff options
Diffstat (limited to 'cpp/src/IcePatch2Lib/Util.cpp')
-rwxr-xr-x[-rw-r--r--] | cpp/src/IcePatch2Lib/Util.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/src/IcePatch2Lib/Util.cpp b/cpp/src/IcePatch2Lib/Util.cpp index 9eaa712190b..d6bd48e1bd1 100644..100755 --- a/cpp/src/IcePatch2Lib/Util.cpp +++ b/cpp/src/IcePatch2Lib/Util.cpp @@ -32,9 +32,7 @@ # include <dirent.h> #endif -#ifdef __BCPLUSPLUS__ -# include <iterator> -#endif +#include <iterator> const char* IcePatch2::checksumFile = "IcePatch2.sum"; const char* IcePatch2::logFile = "IcePatch2.log"; |