mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
ba5eda2ff1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
258 B
Diff
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)
|
|
|