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