diff options
Diffstat (limited to 'TAO/tao/Union.h')
-rw-r--r-- | TAO/tao/Union.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Union.h b/TAO/tao/Union.h index 11217900c69..8c845f7255c 100644 --- a/TAO/tao/Union.h +++ b/TAO/tao/Union.h @@ -16,7 +16,9 @@ // ============================================================================ #ifndef TAO_UNION_H -# define TAO_UNION_H +#define TAO_UNION_H + +#include "tao/corbafwd.h" class TAO_Export TAO_Base_Union { |