summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Quoter_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Quoter_i.cpp')
-rw-r--r--TAO/examples/Quoter/Quoter_i.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/Quoter/Quoter_i.cpp b/TAO/examples/Quoter/Quoter_i.cpp
index 755178f1eae..1d44d808a19 100644
--- a/TAO/examples/Quoter/Quoter_i.cpp
+++ b/TAO/examples/Quoter/Quoter_i.cpp
@@ -13,8 +13,9 @@
//
// ============================================================================
-#include "tao/corba.h"
#include "Quoter_i.h"
+#include "tao/PortableServer/POA.h"
+#include "tao/corba.h"
ACE_RCSID(Quoter, Quoter_i, "$Id$")