]> git.lyx.org Git - lyx.git/blobdiff - src/LString.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / LString.h
index 0f2eccc8cdeaeb8538f7058a89ae37ef2b9b8c89..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;
 #endif
 #endif