summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/On_Demand_Activation/Servant_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/On_Demand_Activation/Servant_Activator.h')
-rw-r--r--TAO/examples/POA/On_Demand_Activation/Servant_Activator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/POA/On_Demand_Activation/Servant_Activator.h b/TAO/examples/POA/On_Demand_Activation/Servant_Activator.h
index fba55720e08..043dacf4d79 100644
--- a/TAO/examples/POA/On_Demand_Activation/Servant_Activator.h
+++ b/TAO/examples/POA/On_Demand_Activation/Servant_Activator.h
@@ -16,9 +16,10 @@
//
// ================================================================
-#include "tao/corba.h"
#include "tao/PortableServer/PortableServer.h"
+#include "tao/ORB.h"
+
class ServantActivator : public PortableServer::ServantActivator
{
public: