slackbuilds_ponce/libraries/libsass/patch.diff
Yth - Arnaud ba5eda2ff1
libraries/libsass: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-06-22 20:20:48 +07:00

10 lines
258 B
Diff

--- 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)