commit d5db633c29c69a64695dccd9b617149903b05b86
parent 59b10bf2b065faba89ab6cf3804321dd1fcb562d
Author: Hans Petter Selasky <hps@selasky.org>
Date: Tue, 24 Feb 2015 22:42:42 +0100
Fix compilation under FreeBSD when using clang.
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/globals.h b/src/globals.h
@@ -64,7 +64,7 @@ class Controller;
class Master;
class Part;
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
#include <complex>
#else
namespace std {