From 85c486146bc456ab33887f2157aca52a61dec9ff Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Fri, 17 Jun 2016 14:09:28 -0500 Subject: Updates to work with previous commit --- TAO/tests/ORB_Local_Config/Two_DLL_ORB/ORB_DLL.h | 1 + TAO/tests/Oneway_Send_Timeouts/Client.cpp | 1 + TAO/tests/Storable/Savable.cpp | 2 ++ 3 files changed, 4 insertions(+) (limited to 'TAO/tests') 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 -- cgit v1.2.1