diff options
Diffstat (limited to 'cpp/demo/Ice/throughput/Server.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/Server.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/throughput/Server.cpp b/cpp/demo/Ice/throughput/Server.cpp index faa1453f99b..d48074ef88f 100644 --- a/cpp/demo/Ice/throughput/Server.cpp +++ b/cpp/demo/Ice/throughput/Server.cpp @@ -7,8 +7,8 @@ // // ********************************************************************** -#include <ThroughputI.h>
-#include <Ice/Application.h> +#include <Ice/Ice.h> +#include <ThroughputI.h> using namespace std; |