diff options
Diffstat (limited to 'ace/WIN32_Asynch_IO.h')
-rw-r--r-- | ace/WIN32_Asynch_IO.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/WIN32_Asynch_IO.h b/ace/WIN32_Asynch_IO.h index 8dba2c3cbfc..1d99a0e61b8 100644 --- a/ace/WIN32_Asynch_IO.h +++ b/ace/WIN32_Asynch_IO.h @@ -25,7 +25,7 @@ #define ACE_WIN32_ASYNCH_IO_H #include "ace/pre.h" -#include "ace/OS.h" +#include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) #pragma once @@ -33,6 +33,7 @@ #if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) +#include "ace/OS.h" #include "ace/Asynch_IO_Impl.h" #include "ace/Addr.h" |