summaryrefslogtreecommitdiff
path: root/ace/Future.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Future.h')
-rw-r--r--ace/Future.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Future.h b/ace/Future.h
index 572a667ad9d..cf361e61f0f 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -26,6 +26,9 @@
#if defined (ACE_HAS_THREADS)
+#include "ace/Recursive_Thread_Mutex.h"
+#include "ace/Condition_Recursive_Thread_Mutex.h"
+
// Forward decl.
template <class T> class ACE_Future_Holder;
template <class T> class ACE_Future_Observer;