summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/DLL_Test.cpp')
-rw-r--r--ACE/tests/DLL_Test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/tests/DLL_Test.cpp b/ACE/tests/DLL_Test.cpp
index 43facd7d8f4..7e43c6267f8 100644
--- a/ACE/tests/DLL_Test.cpp
+++ b/ACE/tests/DLL_Test.cpp
@@ -18,6 +18,8 @@
#include "ace/OS_NS_dlfcn.h"
#include "DLL_Test.h"
+#include <memory>
+
#if defined (ACE_LD_DECORATOR_STR)
# define OBJ_SUFFIX ACE_LD_DECORATOR_STR ACE_DLL_SUFFIX
#else