1 --- src/Core/OOPointMaths.h.orig 2014-06-30 08:50:36 UTC 2 +++ src/Core/OOPointMaths.h 3 @@ -1,5 +1,6 @@ 4 #import "OOFunctionAttributes.h" 5 -#include <tgmath.h> 6 +#include <complex.h> 7 +#include <math.h> 8 9 10 // Utilities for working with NSPoints as 2D vectors. 11