]> git.lyx.org Git - features.git/blobdiff - src/support/snprintf.h
Compaq cxx 6.5 will now compile lyx.
[features.git] / src / support / snprintf.h
index aaad68ae4dd4ac5a82ca948a971205a07c17494b..092355169c9cac4c9b625d0fc42beca9f966f341 100644 (file)
@@ -8,6 +8,11 @@
 extern "C" {
 #endif
 
+#ifndef CXX_GLOBAL_CSTD
+using std::size_t;
+using std::va_list;
+#endif
+
 #if defined(HAVE_DECL_SNPRINTF) || defined(HAVE_DECL_VSNPRINTF)
 #include <stdio.h>
 #endif