blob: 7de3a6a1b59649f756d92769781f81028c5f3c64 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/source/math.cpp
+++ b/source/math.cpp
@@ -35,6 +35,7 @@
#include "mcut/internal/math.h"
#include <algorithm> // std::sort
+#include <cstdint>
#include <cstdlib>
#include <tuple> // std::make_tuple std::get<>
|