]> git.lyx.org Git - lyx.git/blobdiff - src/LString.h
fix typo that put too many include paths for most people
[lyx.git] / src / LString.h
index daffa1e0fedd1669834a5559578fb24a93f79ecd..25809cba739ad9778241ed418e950b78c39b7638 100644 (file)
@@ -1,16 +1,20 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
- *      
+ *
  *         Copyright 1995 Matthias Ettrich
  *          Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #ifndef LSTRING_H
-#define 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>