]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsImageXPM.C
Compaq cxx 6.5 will now compile lyx.
[features.git] / src / graphics / GraphicsImageXPM.C
index 642c81c1de8a550cce0044a166f85bffb584263f..4e2639f683fe769f2bccee358572d9b5e43f8f42 100644 (file)
 #include <cmath>                  // cos, sin
 #include <cstdlib>                // malloc, free
 
+#ifndef CXX_GLOBAL_CSTD
+using std::cos;
+using std::sin;
+using std::malloc;
+using std::strcpy;
+using std::strlen;
+#endif
+
 namespace grfx {
 
 /// Access to this class is through this static method.