summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.h
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2016-06-17 09:16:49 -0500
committerAdam Mitz <mitza@ociweb.com>2016-06-17 10:11:12 -0500
commit7767d0dd86da1d81ebe619f02e5716cac1ea4987 (patch)
tree3650bd583377f488fc437601bd68f2bd844ccc53 /TAO/tao/ORB_Core.h
parent44b929cc4ff5efa1a65661b756fa2222b927ea9e (diff)
downloadATCD-7767d0dd86da1d81ebe619f02e5716cac1ea4987.tar.gz
Removed include of ace/Auto_Ptr.h where not needed
GCC 6.1 by default issues warnings when seeing std::auto_ptr
Diffstat (limited to 'TAO/tao/ORB_Core.h')
-rw-r--r--TAO/tao/ORB_Core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index 5b2ba9f0ccd..6832bac73a7 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -35,8 +35,9 @@
#include "tao/Adapter_Registry.h"
#include "tao/ORB_Core_TSS_Resources.h"
#include "tao/Service_Context_Handler_Registry.h"
-#include "ace/Array_Map.h"
+#include "ace/Array_Map.h"
+#include "ace/Auto_Ptr.h"
#include "ace/Thread_Manager.h"
#include "ace/Lock_Adapter_T.h"
#include "ace/TSS_T.h"