summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h b/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
index 39a62ba0913..dd1548794bb 100644
--- a/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
+++ b/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
@@ -31,6 +31,7 @@
#ifndef _CC_LOCKSET_H
#define _CC_LOCKSET_H
+
#include /**/ "ace/pre.h"
#include "ace/Synch.h"
@@ -40,6 +41,8 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Token.h"
+#include "ace/Unbounded_Queue.h"
+
#include "orbsvcs/CosConcurrencyControlS.h"
#include "concurrency_export.h"
@@ -187,4 +190,5 @@ private:
};
#include /**/ "ace/post.h"
+
#endif /* _CC_LOCKSET_H */