]> git.lyx.org Git - lyx.git/blobdiff - src/LString.h
Dekels tabular/textinset patches
[lyx.git] / src / LString.h
index 3d42a39facac3b84e8975952310f3d6468d69c56..3a684322a10d24dadfdd399265e85646732a232a 100644 (file)
 #include <string>
 using std::string;
 #else
+#ifdef __STRING__
+#error The <string> header has been included before LString.h
+#else
+#define __STRING__
+#endif
 #include "support/lyxstring.h"
 // using lyx::string;
 typedef lyxstring string;