From eb889f9937cb9c297f26064a9591508cbadc9ea5 Mon Sep 17 00:00:00 2001 From: MitchellHansen Date: Sun, 31 Jul 2016 17:13:16 -0700 Subject: [PATCH] added header to play nice with macos --- include/util.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/util.hpp b/include/util.hpp index 2dc9133..9e1251f 100644 --- a/include/util.hpp +++ b/include/util.hpp @@ -1,6 +1,7 @@ #pragma once #include #include +#include const double PI = 3.141592653589793238463; const float PI_F = 3.14159265358979f;