diff options
Diffstat (limited to 'cpp/demo/Ice/throughput/ThroughputI.cpp')
-rw-r--r-- | cpp/demo/Ice/throughput/ThroughputI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/throughput/ThroughputI.cpp b/cpp/demo/Ice/throughput/ThroughputI.cpp index beb61966b0b..072213e0b20 100644 --- a/cpp/demo/Ice/throughput/ThroughputI.cpp +++ b/cpp/demo/Ice/throughput/ThroughputI.cpp @@ -7,8 +7,8 @@ // // ********************************************************************** -#include <ThroughputI.h> #include <Ice/Ice.h> +#include <ThroughputI.h> ThroughputI::ThroughputI() : _byteSeq(Demo::ByteSeqSize), |