diff options
Diffstat (limited to 'libraries/libsass/patch.diff')
-rw-r--r-- | libraries/libsass/patch.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/libsass/patch.diff b/libraries/libsass/patch.diff new file mode 100644 index 0000000000000..4bf23a28fc8e2 --- /dev/null +++ b/libraries/libsass/patch.diff @@ -0,0 +1,10 @@ +--- 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) + |