X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLString.h;h=25809cba739ad9778241ed418e950b78c39b7638;hb=98c966c64594611e469313314abd1e59524adb4a;hp=7a4779d727ca846a412a94d8ae15a873993577a9;hpb=ce07524d36bfa917122c9674a6992058f7676128;p=lyx.git diff --git a/src/LString.h b/src/LString.h index 7a4779d727..25809cba73 100644 --- a/src/LString.h +++ b/src/LString.h @@ -1,21 +1,24 @@ // -*- C++ -*- /* This file is part of * ====================================================== - * + * * 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 +#define LSTRING_H + +#ifndef _CONFIG_H +#error The header should always be included before LString.h +#endif #ifndef USE_INCLUDED_STRING #include using std::string; -using std::getline #else #ifdef __STRING__ #error The header has been included before LString.h