From: Pavel Sanda Date: Tue, 7 Sep 2010 13:40:03 +0000 (+0000) Subject: Compilation fix for 'abs' X-Git-Tag: 2.0.0~2662 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=01eb99ea4dada2955887a65a364a603323fe2add;p=features.git Compilation fix for 'abs' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35317 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetLine.cpp b/src/insets/InsetLine.cpp index 60fb29995e..dcec5c7530 100644 --- a/src/insets/InsetLine.cpp +++ b/src/insets/InsetLine.cpp @@ -33,6 +33,8 @@ #include "support/gettext.h" #include "support/lstrings.h" +#include + using namespace std; namespace lyx {