diff options
Diffstat (limited to 'cpp/test/Ice/inheritance/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/inheritance/TestI.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/inheritance/TestI.cpp b/cpp/test/Ice/inheritance/TestI.cpp index 6aeb20763dc..6db30e02341 100644 --- a/cpp/test/Ice/inheritance/TestI.cpp +++ b/cpp/test/Ice/inheritance/TestI.cpp @@ -10,6 +10,8 @@ #include <Ice/Ice.h> #include <TestI.h> +using namespace Test; + MA::CAPrx CAI_::caop(const MA::CAPrx& p, const Ice::Current&) { |