From: Abdelrazak Younes Date: Sat, 19 Sep 2009 14:42:07 +0000 (+0000) Subject: Fix gcc compile bug... weird... X-Git-Tag: 2.0.0~5489 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=898dbc26990639c80796a778fd2b9c78af1dc59a;p=lyx.git Fix gcc compile bug... weird... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31401 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index ffad9411bf..b9a4f42958 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -42,6 +42,7 @@ #include "Lexer.h" #include "LyXAction.h" #include "LyX.h" +#include "LyXFunc.h" #include "LyXRC.h" #include "LyXVC.h" #include "output_docbook.h"