summaryrefslogtreecommitdiff
path: root/ACE/Kokyu/Kokyu_dsrt.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-17 13:23:27 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-17 13:23:27 +0100
commit39d3174f11de3c59984043c45f9be30a7aa42dd9 (patch)
tree5af87d3a7308edfb5403459b607349dab80b7583 /ACE/Kokyu/Kokyu_dsrt.h
parenta466e4133b6de32437a27c2694edaeedf5a6d90c (diff)
downloadATCD-39d3174f11de3c59984043c45f9be30a7aa42dd9.tar.gz
Use unique_ptr
* ACE/Kokyu/Default_Dispatcher_Impl.cpp: * ACE/Kokyu/Default_Dispatcher_Impl.h: * ACE/Kokyu/Kokyu.h: * ACE/Kokyu/Kokyu_dsrt.h: * ACE/Kokyu/tests/EDF/test.cpp: * ACE/Kokyu/tests/FIFO/test.cpp: * ACE/examples/C++NPv1/RT_Thread_Per_Connection_Logging_Server.cpp: * ACE/examples/C++NPv1/Thread_Per_Connection_Logging_Server.cpp:
Diffstat (limited to 'ACE/Kokyu/Kokyu_dsrt.h')
-rw-r--r--ACE/Kokyu/Kokyu_dsrt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/Kokyu/Kokyu_dsrt.h b/ACE/Kokyu/Kokyu_dsrt.h
index 6cba50c3d68..11f24ec1eac 100644
--- a/ACE/Kokyu/Kokyu_dsrt.h
+++ b/ACE/Kokyu/Kokyu_dsrt.h
@@ -12,6 +12,7 @@
#include "kokyu_export.h"
#include "Kokyu_defs.h"
+#include <memory>
namespace Kokyu
{