summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2016-06-17 14:09:28 -0500
committerAdam Mitz <mitza@ociweb.com>2016-06-17 14:09:28 -0500
commit85c486146bc456ab33887f2157aca52a61dec9ff (patch)
treeee883250cfaa90a31e76d1d6e339f3916f55aa01 /TAO/tests
parent7767d0dd86da1d81ebe619f02e5716cac1ea4987 (diff)
downloadATCD-85c486146bc456ab33887f2157aca52a61dec9ff.tar.gz
Updates to work with previous commit
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h1
-rw-r--r--TAO/tests/Oneway_Send_Timeouts/Client.cpp1
-rw-r--r--TAO/tests/Storable/Savable.cpp2
3 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h
index 7bb3eb4318a..bb952ea1fca 100644
--- a/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h
+++ b/TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h
@@ -19,6 +19,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Auto_Ptr.h"
#include "ace/Task.h"
#include "ace/ARGV.h"
#include "ace/String_Base.h"
diff --git a/TAO/tests/Oneway_Send_Timeouts/Client.cpp b/TAO/tests/Oneway_Send_Timeouts/Client.cpp
index f80506b0c0d..cfb0e0875cf 100644
--- a/TAO/tests/Oneway_Send_Timeouts/Client.cpp
+++ b/TAO/tests/Oneway_Send_Timeouts/Client.cpp
@@ -1,6 +1,7 @@
#include "tao/Messaging/Messaging.h"
#include "tao/AnyTypeCode/Any.h"
+#include "ace/Auto_Ptr.h"
#include "ace/Get_Opt.h"
#include "ace/Time_Value.h"
#include "ace/OS_NS_unistd.h"
diff --git a/TAO/tests/Storable/Savable.cpp b/TAO/tests/Storable/Savable.cpp
index 45fd111d431..11aad54585a 100644
--- a/TAO/tests/Storable/Savable.cpp
+++ b/TAO/tests/Storable/Savable.cpp
@@ -3,6 +3,8 @@
#include "tao/Storable_Factory.h"
#include "tao/Storable_File_Guard.h"
+#include "ace/Auto_Ptr.h"
+
const int Savable::bytes_size_max = 128;
class Savable_File_Guard: public TAO::Storable_File_Guard