diff options
Diffstat (limited to 'cpp/src/IceGrid/SessionServantManager.cpp')
-rw-r--r-- | cpp/src/IceGrid/SessionServantManager.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/SessionServantManager.cpp b/cpp/src/IceGrid/SessionServantManager.cpp index d6b5469ffd1..6f19761a880 100644 --- a/cpp/src/IceGrid/SessionServantManager.cpp +++ b/cpp/src/IceGrid/SessionServantManager.cpp @@ -12,6 +12,10 @@ #include <Ice/ObjectAdapter.h> #include <IceGrid/SessionServantManager.h> +#if defined(__BCPLUSPLUS__) +# include <iterator> +#endif + using namespace std; using namespace IceGrid; |