Compilation fix for 'abs'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35317 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-09-07 13:40:03 +00:00
parent 0b7886a1a8
commit 01eb99ea4d

View File

@ -33,6 +33,8 @@
#include "support/gettext.h"
#include "support/lstrings.h"
#include <cstdlib>
using namespace std;
namespace lyx {