diff --git a/OpenEXR/IlmImfTest/testAttributes.cpp b/OpenEXR/IlmImfTest/testAttributes.cpp index 2fff879c8b..e0ed7793ab 100644 --- a/OpenEXR/IlmImfTest/testAttributes.cpp +++ b/OpenEXR/IlmImfTest/testAttributes.cpp @@ -578,6 +578,8 @@ print_type(const OPENEXR_IMF_NAMESPACE::TypedAttribute & object) cout << object.typeName() << endl; } +OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER + // // Test to confirm that the copy/move constructors are implemented // properly. @@ -723,11 +725,16 @@ testArg (TestTypedAttribute a) return a; } +OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT + + void testTypedAttribute() { std::cout << "running testTypedAttribute()\n"; + using namespace OPENEXR_IMF_INTERNAL_NAMESPACE; + // // Validate the test type //