diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-03-12 19:06:49 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-03-12 19:06:49 +0000 |
commit | 5afb31c2df3d62eedf908168cada8569bdda63b1 (patch) | |
tree | 88fea3369d0521b355d5e84e92bdc18ce2d69ede /cpp/demo/Freeze/bench/Client.cpp | |
parent | added slice2wsdl (diff) | |
download | ice-5afb31c2df3d62eedf908168cada8569bdda63b1.tar.bz2 ice-5afb31c2df3d62eedf908168cada8569bdda63b1.tar.xz ice-5afb31c2df3d62eedf908168cada8569bdda63b1.zip |
Win32 update.s
Diffstat (limited to 'cpp/demo/Freeze/bench/Client.cpp')
-rw-r--r-- | cpp/demo/Freeze/bench/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Freeze/bench/Client.cpp b/cpp/demo/Freeze/bench/Client.cpp index 7f807a978e7..3ba9d6d4b7f 100644 --- a/cpp/demo/Freeze/bench/Client.cpp +++ b/cpp/demo/Freeze/bench/Client.cpp @@ -16,7 +16,7 @@ # include <sys/time.h> #endif -#include <IntIntMap.h> +#include <BenchTypes.h> using namespace std; |