summaryrefslogtreecommitdiff
path: root/ACE/performance-tests
diff options
context:
space:
mode:
authorvzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-28 08:33:14 +0000
committervzykov <vzykov@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-28 08:33:14 +0000
commit12ce5dcee0489903a3cd6e73a1521b699805ff25 (patch)
treec345bc8381f3455c9a669adb91d38302b5c6bea6 /ACE/performance-tests
parentdda1d7ee814790c83bc11c574035423fb88e24c8 (diff)
downloadATCD-12ce5dcee0489903a3cd6e73a1521b699805ff25.tar.gz
Tue Sep 28 08:31:37 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
* performance-tests/Misc/test_guard.cpp: * tests/ACE_Test.cpp: * examples/Reactor/TP_Reactor/client.cpp: Fixed compilation errors with missing includes.
Diffstat (limited to 'ACE/performance-tests')
-rw-r--r--ACE/performance-tests/Misc/test_guard.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/performance-tests/Misc/test_guard.cpp b/ACE/performance-tests/Misc/test_guard.cpp
index 3afeed96ca1..e8d3f1b54ae 100644
--- a/ACE/performance-tests/Misc/test_guard.cpp
+++ b/ACE/performance-tests/Misc/test_guard.cpp
@@ -5,6 +5,8 @@
#include "ace/Log_Msg.h"
#include "ace/Get_Opt.h"
#include "ace/Profile_Timer.h"
+#include "ace/Thread_Mutex.h"
+#include "ace/Guard_T.h"
#if defined (ACE_HAS_THREADS)