]> git.lyx.org Git - features.git/commitdiff
Compilation fix for 'abs'
authorPavel Sanda <sanda@lyx.org>
Tue, 7 Sep 2010 13:40:03 +0000 (13:40 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 7 Sep 2010 13:40:03 +0000 (13:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35317 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetLine.cpp

index 60fb29995e3700344c8d63f6e7cae942eb31d2d4..dcec5c7530eb290aab92a0b45170d47745af6a1d 100644 (file)
@@ -33,6 +33,8 @@
 #include "support/gettext.h"
 #include "support/lstrings.h"
 
+#include <cstdlib>
+
 using namespace std;
 
 namespace lyx {