summaryrefslogtreecommitdiff
path: root/ACE/tests/Refcounted_Auto_Ptr_Test.h
diff options
context:
space:
mode:
authorErik Sohns <eriksohns@fastmail.net>2015-12-03 03:37:48 +0100
committerErik Sohns <eriksohns@fastmail.net>2015-12-03 03:37:48 +0100
commit7acfc9e6f746a4b57f5e62847218a1552ea6be52 (patch)
tree1490e051ca30400db4d2e37d34531bbf10f376ea /ACE/tests/Refcounted_Auto_Ptr_Test.h
parentde13b795434877ad71f77a74180c2a01141083b2 (diff)
downloadATCD-7acfc9e6f746a4b57f5e62847218a1552ea6be52.tar.gz
repaired include strategy for ace/Synch.h (prerequisite to solving template instantiation issues on Win32)
Diffstat (limited to 'ACE/tests/Refcounted_Auto_Ptr_Test.h')
-rw-r--r--ACE/tests/Refcounted_Auto_Ptr_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Refcounted_Auto_Ptr_Test.h b/ACE/tests/Refcounted_Auto_Ptr_Test.h
index bc723826f68..1b59494f791 100644
--- a/ACE/tests/Refcounted_Auto_Ptr_Test.h
+++ b/ACE/tests/Refcounted_Auto_Ptr_Test.h
@@ -15,7 +15,7 @@
#define ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H
#include "ace/Atomic_Op.h"
-#include "ace/Synch.h"
+#include "ace/Synch_Traits.h"
struct Printer
{