diff options
Diffstat (limited to 'py/modules/IcePy/ObjectAdapter.cpp')
-rw-r--r-- | py/modules/IcePy/ObjectAdapter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/ObjectAdapter.cpp b/py/modules/IcePy/ObjectAdapter.cpp index 8889cfbf80c..d6ae1350656 100644 --- a/py/modules/IcePy/ObjectAdapter.cpp +++ b/py/modules/IcePy/ObjectAdapter.cpp @@ -16,6 +16,7 @@ #include <Endpoint.h> #include <Operation.h> #include <Proxy.h> +#include <Thread.h> #include <Types.h> #include <Util.h> #include <Ice/Communicator.h> |