summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-06-15 08:37:26 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-06-15 08:37:26 +0200
commit86fc71497323f80410c9fe0afe5d82fffb044c20 (patch)
tree6889a897ac0fbbb2723c083c73c6017c3cbb1e0a
parent1cc3c03e2d52b02c9270238d9297acadc00dad69 (diff)
downloadATCD-86fc71497323f80410c9fe0afe5d82fffb044c20.tar.gz
Add missing include of ace/Auto_Ptr.h
* TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.h:
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.h b/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.h
index 2cc811469f3..c556b0dd5e7 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.h
@@ -21,6 +21,7 @@
#include "ace/Message_Queue.h"
#include "ace/Reactor.h"
#include "ace/Null_Condition.h"
+#include "ace/Auto_Ptr.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once