diff options
Diffstat (limited to 'cpp/demo/Ice/async/Server.cpp')
-rw-r--r-- | cpp/demo/Ice/async/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/async/Server.cpp b/cpp/demo/Ice/async/Server.cpp index 0e1f0ee4fcf..86e9f3ef0c1 100644 --- a/cpp/demo/Ice/async/Server.cpp +++ b/cpp/demo/Ice/async/Server.cpp @@ -7,9 +7,9 @@ // // ********************************************************************** +#include <Ice/Ice.h> #include <HelloI.h> #include <WorkQueue.h> -#include <Ice/Application.h> using namespace std; |