summarylogtreecommitdiffstats
path: root/00-missing-include.patch
blob: ef20b08f732d47775a4b4b452b98e48e0468b247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# https://github.com/45Drives/lib45d/commit/a607e278182a3184c004c45c215aa22c15d6941d
diff --git a/src/impl/bytes.cpp b/src/impl/bytes.cpp
index 9bb4c7c..1dac914 100644
--- a/src/impl/bytes.cpp
+++ b/src/impl/bytes.cpp
@@ -22,6 +22,7 @@
 #include "45d/Exceptions.hpp"
 
 #include <cmath>
+#include <cstdint>
 #include <iomanip>
 #include <regex>