From 01eb99ea4dada2955887a65a364a603323fe2add Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 7 Sep 2010 13:40:03 +0000 Subject: [PATCH] Compilation fix for 'abs' git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35317 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetLine.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.5