]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Color.C
Compaq cxx 6.5 will now compile lyx.
[features.git] / src / frontends / xforms / Color.C
index bbf9d5708752df19c5f5c5ba6c62e22cd03bfaca..abf64c63751ec2a0bfd5e412c235336e849eca9c 100644 (file)
 #include <cmath> // floor
 #include FORMS_H_LOCATION
 
+#ifndef CXX_GLOBAL_CSTD
+using std::floor;
+#endif
+
 using std::max;
 using std::min;