]> git.lyx.org Git - lyx.git/blobdiff - src/LString.h
Fix fuer #209
[lyx.git] / src / LString.h
index 7a4779d727ca846a412a94d8ae15a873993577a9..cc9df47947332242c7603f6af14be18f4fb9598e 100644 (file)
@@ -5,17 +5,20 @@
  *           LyX, The Document Processor
  *      
  *         Copyright 1995 Matthias Ettrich
- *          Copyright 1995-2000 The LyX Team.
+ *          Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #ifndef LSTRING_H
 #define LSTRING_H 
 
+#ifndef _CONFIG_H
+#error The <config.h> header should always be included before LString.h
+#endif
+
 #ifndef USE_INCLUDED_STRING
 #include <string>
 using std::string;
-using std::getline
 #else
 #ifdef __STRING__
 #error The <string> header has been included before LString.h