From 68a06b9c46c9e6b7baba92f557f45f958db8e8c5 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 5 Sep 2003 15:34:37 +0000 Subject: [PATCH] Consistent headers in support. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7682 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/ChangeLog | 6 ++++++ src/support/lyxmanip.h | 1 + src/support/textutils.h | 2 ++ 3 files changed, 9 insertions(+) diff --git a/src/support/ChangeLog b/src/support/ChangeLog index 25583f252e..bb022dace9 100644 --- a/src/support/ChangeLog +++ b/src/support/ChangeLog @@ -1,3 +1,9 @@ +2003-09-05 Angus Leeming + + * lyxmanip.h: + * textutils.h: + ensure that the header file can be compiled stand-alone. + 2003-09-04 Lars Gullik Bjønnes * lstrings.[Ch] (bformat): add a variant taking two ints. diff --git a/src/support/lyxmanip.h b/src/support/lyxmanip.h index 736158a484..42f73ec1a0 100644 --- a/src/support/lyxmanip.h +++ b/src/support/lyxmanip.h @@ -12,6 +12,7 @@ #ifndef LYX_MANIP_H #define LYX_MANIP_H +#include "LString.h" #include "support/LOstream.h" /// diff --git a/src/support/textutils.h b/src/support/textutils.h index 713cc3efd4..99f2df85ff 100644 --- a/src/support/textutils.h +++ b/src/support/textutils.h @@ -15,6 +15,8 @@ #ifndef TEXTUTILS_H #define TEXTUTILS_H +#include "paragraph.h" + /// return true if the char is a word separator inline bool IsSeparatorChar(char c) -- 2.39.2