diff options
-rw-r--r-- | ACE/ChangeLog | 5 | ||||
-rw-r--r-- | ACE/performance-tests/RPC/client.cpp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index a5e42e41e94..4a336e44521 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 27 07:52:36 UTC 2009 Olli Savia <ops@iki.fi> + + * performance-tests/RPC/client.cpp: + Added #include "ace/Throughput_Stats.h" to fix compile errors. + Fri Feb 27 07:08:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl> * bin/generate_compile_stats.sh: diff --git a/ACE/performance-tests/RPC/client.cpp b/ACE/performance-tests/RPC/client.cpp index 7e309a1d64a..56f5d44628a 100644 --- a/ACE/performance-tests/RPC/client.cpp +++ b/ACE/performance-tests/RPC/client.cpp @@ -4,6 +4,7 @@ #include "ace/Stats.h" #include "ace/High_Res_Timer.h" #include "ace/Get_Opt.h" +#include "ace/Throughput_Stats.h" #include "ping.h" |