summaryrefslogtreecommitdiff
path: root/TAO/tao/Any_Basic_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Any_Basic_Impl.h')
-rw-r--r--TAO/tao/Any_Basic_Impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Any_Basic_Impl.h b/TAO/tao/Any_Basic_Impl.h
index a77df3bfa2a..e58d8749170 100644
--- a/TAO/tao/Any_Basic_Impl.h
+++ b/TAO/tao/Any_Basic_Impl.h
@@ -79,7 +79,9 @@ namespace TAO
CORBA::Char c;
CORBA::Octet o;
CORBA::LongLong ll;
+#if !defined (ACE_LACKS_LONGLONG_T)
CORBA::ULongLong ull;
+#endif
CORBA::LongDouble ld;
CORBA::WChar wc;
}u_;