summaryrefslogtreecommitdiff
path: root/examples/Map_Manager/test_hash_map_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Map_Manager/test_hash_map_manager.cpp')
-rw-r--r--examples/Map_Manager/test_hash_map_manager.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/Map_Manager/test_hash_map_manager.cpp b/examples/Map_Manager/test_hash_map_manager.cpp
index dec80fc5488..b9e7cddc626 100644
--- a/examples/Map_Manager/test_hash_map_manager.cpp
+++ b/examples/Map_Manager/test_hash_map_manager.cpp
@@ -1,9 +1,11 @@
// $Id$
+#include "ace/OS_main.h"
#include "ace/Hash_Map_Manager.h"
#include "ace/ACE.h"
#include "ace/SString.h"
-#include "ace/Synch.h"
+#include "ace/Synch_Traits.h"
+#include "ace/OS_NS_stdio.h"
ACE_RCSID(Map_Manager, test_hash_map_manager, "$Id$")