diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2015-07-06 17:01:44 -0500 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2015-07-16 11:06:23 -0500 |
commit | 0f745de1a4b3133f508729e9a7b1328bb8cac884 (patch) | |
tree | 046b0a28f6d03f2ebc3d7d62abaa32e3ffb8da35 /ACE/ace | |
parent | 01bd56a1749daeb14cebcda217474b364b120f22 (diff) | |
download | ATCD-0f745de1a4b3133f508729e9a7b1328bb8cac884.tar.gz |
Add required explicit include as identified by VC12.
Diffstat (limited to 'ACE/ace')
-rw-r--r-- | ACE/ace/Abstract_Timer_Queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Abstract_Timer_Queue.h b/ACE/ace/Abstract_Timer_Queue.h index d8460d5bf56..7dbbf7b4b9e 100644 --- a/ACE/ace/Abstract_Timer_Queue.h +++ b/ACE/ace/Abstract_Timer_Queue.h @@ -11,6 +11,8 @@ * Brunsch, Irfan Pyarali and a cast of thousands. */ +#include "ace/Versioned_Namespace.h" + ACE_BEGIN_VERSIONED_NAMESPACE_DECL // Forward declares |