include <cmath> in src/changes.C for std::abs(double)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15582 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-10-27 16:33:27 +00:00
parent 0fc684e6e6
commit f43176aebc

View File

@ -16,6 +16,7 @@
#include "changes.h"
#include "debug.h"
#include <cmath>
#include <boost/assert.hpp>