summaryrefslogtreecommitdiff
path: root/TAO/tao/RT_ORB_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RT_ORB_Loader.h')
-rw-r--r--TAO/tao/RT_ORB_Loader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/RT_ORB_Loader.h b/TAO/tao/RT_ORB_Loader.h
index 11ddec36466..6f1dd9e3161 100644
--- a/TAO/tao/RT_ORB_Loader.h
+++ b/TAO/tao/RT_ORB_Loader.h
@@ -17,7 +17,6 @@
#define TAO_RT_ORB_LOADER_H
#include "ace/pre.h"
-#include "tao/ORB_Core.h"
#include "tao/Object_Loader.h"
#include "ace/Service_Config.h"
@@ -25,6 +24,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+class TAO_ORB_Core;
+
class TAO_Export TAO_RT_ORB_Loader : public TAO_Object_Loader
{
public: