diff --git a/code/AssxmlExporter.cpp b/code/AssxmlExporter.cpp index 765a8f88b..bcf805501 100644 --- a/code/AssxmlExporter.cpp +++ b/code/AssxmlExporter.cpp @@ -67,6 +67,7 @@ namespace AssxmlExport { // ----------------------------------------------------------------------------------- static int ioprintf( IOStream * io, const char *format, ... ) { + using namespace std; if ( nullptr == io ) { return -1; }