diff options
Diffstat (limited to 'py/modules/IcePy/Proxy.cpp')
-rw-r--r-- | py/modules/IcePy/Proxy.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/py/modules/IcePy/Proxy.cpp b/py/modules/IcePy/Proxy.cpp index 0f27618b214..110dee1f30d 100644 --- a/py/modules/IcePy/Proxy.cpp +++ b/py/modules/IcePy/Proxy.cpp @@ -15,9 +15,10 @@ #include <structmember.h> #include <Communicator.h> #include <Connection.h> -#include <Util.h> -#include <Operation.h> #include <Endpoint.h> +#include <Operation.h> +#include <Thread.h> +#include <Util.h> #include <Ice/Communicator.h> #include <Ice/LocalException.h> #include <Ice/Locator.h> |