]> git.lyx.org Git - lyx.git/blobdiff - src/support/fmt.C
remove !NEW_INSETS cruft
[lyx.git] / src / support / fmt.C
index d982681168a9efd6c48643ee90cfd3a0d1875008..cc66835ba234603aa6d2bb62f8f7c9cce026a8be 100644 (file)
@@ -8,6 +8,10 @@
 
 #include "LString.h"
 
+#ifndef CXX_GLOBAL_CSTD
+using std::va_list;
+#endif
+
 /* This output manipulator gives the option to use Old style format
    specifications in ostreams. Note that this is done at the expense
    of typesafety, so if possible this manipulator should be avoided.