summarylogtreecommitdiffstats
path: root/include_cstdint.patch
blob: 5a98d7060073b86ba8eef67d588964456389fca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/types.h b/src/types.h
index 50b0afec..776dcd9d 100644
--- a/src/types.h
+++ b/src/types.h
@@ -19,6 +19,7 @@
 
 #include <string>
 #include <vector>
+#include <cstdint>
 
 namespace au {