diff options
Diffstat (limited to 'cpp/src/IcePatch2Lib/ClientUtil.cpp')
-rwxr-xr-x[-rw-r--r--] | cpp/src/IcePatch2Lib/ClientUtil.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IcePatch2Lib/ClientUtil.cpp b/cpp/src/IcePatch2Lib/ClientUtil.cpp index 70c641860e8..8bba1cc3784 100644..100755 --- a/cpp/src/IcePatch2Lib/ClientUtil.cpp +++ b/cpp/src/IcePatch2Lib/ClientUtil.cpp @@ -16,10 +16,7 @@ #include <IcePatch2/Util.h> #include <IcePatch2/FileServerI.h> #include <list> - -#ifdef __BCPLUSPLUS__ -# include <iterator> -#endif +#include <iterator> using namespace std; using namespace Ice; |