mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 07:35:17 +02:00
10 lines
186 B
Diff
10 lines
186 B
Diff
--- a/src/utils/math.h
|
|
+++ b/src/utils/math.h
|
|
@@ -5,6 +5,7 @@
|
|
#define UTILS_MATH_H
|
|
|
|
#include <cmath>
|
|
+#include <cstdint>
|
|
|
|
|
|
//c++11 no longer defines M_PI, so add our own constant.
|