From 3bf430a7b99edf7445e770e8a810aa3a1c39900a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 18 Jun 2010 12:54:18 +0800 Subject: fixes include header. --- src/ExtEditor.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/ExtEditor.cc') diff --git a/src/ExtEditor.cc b/src/ExtEditor.cc index ad97384..d01a331 100644 --- a/src/ExtEditor.cc +++ b/src/ExtEditor.cc @@ -18,9 +18,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "ExtEditor.h" + +#include #include "Config.h" +#include "Pointer.h" +#include "LookupTable.h" + +#include "Editor.h" +#include "ExtEditor.h" #define _(text) text // (dgettext (GETTEXT_PACKAGE, text)) -- cgit