summarylogtreecommitdiffstats
path: root/add_cstdint.patch
blob: c1a9b036e04d3301ae8c72bf93129fa79b78401e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/m17cxx/Util.h b/include/m17cxx/Util.h
index 7aca344..fb3cedf 100644
--- a/include/m17cxx/Util.h
+++ b/include/m17cxx/Util.h
@@ -3,6 +3,7 @@
 #pragma once

 #include <algorithm>
+#include <cstdint>
 #include <cstdlib>
 #include <cassert>
 #include <array>