diff options
Diffstat (limited to 'src/libcola/cola.cpp')
| -rw-r--r-- | src/libcola/cola.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcola/cola.cpp b/src/libcola/cola.cpp index e2a233b5e..87fbf9f79 100644 --- a/src/libcola/cola.cpp +++ b/src/libcola/cola.cpp @@ -2,7 +2,7 @@ #include "conjugate_gradient.h" #include "straightener.h" #include "shortest_paths.h" -#include "2geom/isnan.h" +#include <2geom/math-utils.h> using namespace std; |
