diff options
author | Brent Eagles <brent@zeroc.com> | 2006-08-15 09:18:03 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-08-15 09:18:03 +0000 |
commit | 5342e7a9af90ea7bee02873ece8f7d0fb1248f7c (patch) | |
tree | 8e79f182c3097a7851628ce90fc89d00130807e5 /perf/src/IceE/throughput/Server.cpp | |
parent | Fixed -h 0.0.0.0 explanation. (diff) | |
download | ice-5342e7a9af90ea7bee02873ece8f7d0fb1248f7c.tar.bz2 ice-5342e7a9af90ea7bee02873ece8f7d0fb1248f7c.tar.xz ice-5342e7a9af90ea7bee02873ece8f7d0fb1248f7c.zip |
- Fix compilation errors that occurred under VS 2005
Diffstat (limited to 'perf/src/IceE/throughput/Server.cpp')
-rwxr-xr-x | perf/src/IceE/throughput/Server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/src/IceE/throughput/Server.cpp b/perf/src/IceE/throughput/Server.cpp index 101d934897b..f5528f688a0 100755 --- a/perf/src/IceE/throughput/Server.cpp +++ b/perf/src/IceE/throughput/Server.cpp @@ -8,6 +8,7 @@ // ********************************************************************** #include <ThroughputI.h> +#include <IceE/IdentityUtil.h> #include <iostream> |