]> git.lyx.org Git - lyx.git/commitdiff
include <cmath> in src/changes.C for std::abs(double)
authorBo Peng <bpeng@lyx.org>
Fri, 27 Oct 2006 16:33:27 +0000 (16:33 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 27 Oct 2006 16:33:27 +0000 (16:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15582 a592a061-630c-0410-9148-cb99ea01b6c8

src/changes.C

index 133c5b76aaf77b7f5897062fdef22e0d89b41ce7..53d89e494e70c7e5d3256d8e483ef388a67b646d 100644 (file)
@@ -16,6 +16,7 @@
 #include "changes.h"
 #include "debug.h"
 
+#include <cmath>
 #include <boost/assert.hpp>