diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-17 01:55:55 +0000 |
commit | 5744b6c51fa13f328c699cd544205ac2123696ef (patch) | |
tree | 378a21a13fcc04c9961b0ac665298719e11a1c42 /ace/ACE.h | |
parent | 33ec6600baa726bbe7bfb5e1b608f2e4951b1f7c (diff) | |
download | ATCD-5744b6c51fa13f328c699cd544205ac2123696ef.tar.gz |
Basic_Types.h
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 8c2a15c3818..4f077e8da59 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -14,15 +14,16 @@ // // ============================================================================ +// This #include must come first to avoid recursive include problems. #include "ace/OS.h" +#ifndef ACE_ACE_H +#define ACE_ACE_H + #if !defined (ACE_LACKS_PRAGMA_ONCE) #pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#if !defined (ACE_ACE_H) -#define ACE_ACE_H - // Forward declarations. class ACE_Time_Value; class ACE_INET_Addr; |