summaryrefslogtreecommitdiff
path: root/ACE/Kokyu/Default_Dispatcher_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/Kokyu/Default_Dispatcher_Impl.h')
-rw-r--r--ACE/Kokyu/Default_Dispatcher_Impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/Kokyu/Default_Dispatcher_Impl.h b/ACE/Kokyu/Default_Dispatcher_Impl.h
index 32a790e0d65..350c88d179d 100644
--- a/ACE/Kokyu/Default_Dispatcher_Impl.h
+++ b/ACE/Kokyu/Default_Dispatcher_Impl.h
@@ -19,11 +19,11 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Auto_Ptr.h"
#include "kokyu_export.h"
#include "Kokyu_defs.h"
#include "Dispatcher_Impl.h"
#include "Dispatcher_Task.h"
+#include <memory>
namespace Kokyu
{