summaryrefslogtreecommitdiffstats
path: root/libraries/libsass/patch.diff
blob: 4bf23a28fc8e2b05f7dbdf2c921f36684a3de268 (plain)
--- src/util.hpp~	2019-06-17 20:37:00.385205973 +0200
+++ src/util.hpp	2019-06-17 20:35:28.356211305 +0200
@@ -13,6 +13,7 @@
 #include <string>
 #include <assert.h>
 #include <math.h>
+#include <cmath>
 
 #define SASS_ASSERT(cond, msg) assert(cond && msg)