diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-11 12:51:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-11 12:51:42 +0000 |
commit | 684f4149bb62552bd083a246812149010a0d5278 (patch) | |
tree | e7cd895a2fa466e22075c21c31fc83ebc30f476d /TAO/tao/ORB.cpp | |
parent | df13612f36e202934137663b99b65394b07ae8cd (diff) | |
download | ATCD-684f4149bb62552bd083a246812149010a0d5278.tar.gz |
Sun Feb 11 12:38:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORB.cpp')
-rw-r--r-- | TAO/tao/ORB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB.cpp b/TAO/tao/ORB.cpp index b800fa0383b..b9b4c3c5dd4 100644 --- a/TAO/tao/ORB.cpp +++ b/TAO/tao/ORB.cpp @@ -45,7 +45,7 @@ ACE_RCSID (tao, #include "ace/OS_NS_strings.h" #include "ace/OS_NS_string.h" #include "ace/os_include/os_ctype.h" - +#include "ace/CORBA_macros.h" static const char ior_prefix[] = "IOR:"; |