summaryrefslogtreecommitdiff
path: root/tao/target_specification.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/target_specification.h')
-rw-r--r--tao/target_specification.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tao/target_specification.h b/tao/target_specification.h
index 140a2d99a77..dfcf6b194c0 100644
--- a/tao/target_specification.h
+++ b/tao/target_specification.h
@@ -23,6 +23,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include <vector>
+
#include "tao/Basic_Types.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -45,7 +47,7 @@ namespace IOP
namespace TAO
{
- class ObjectKey;
+ typedef std::vector<CORBA::Octet> ObjectKey;
}
/**