blob: b37760140876f14f563fb4d8f69d02d411b26a92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/Core/OOMaths.h.orig 2014-06-30 08:50:36 UTC
+++ src/Core/OOMaths.h
@@ -48,7 +48,8 @@
#endif
#include "OOFunctionAttributes.h"
-#include <tgmath.h>
+#include <complex.h>
+#include <math.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
|