aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/crossguid/003-add-cstdint-include.patch
blob: 9a710d835a99ca0864c160c71bb9b81c0bdc31a1 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/include/crossguid/guid.hpp
+++ b/include/crossguid/guid.hpp
@@ -36,6 +36,7 @@ THE SOFTWARE.
 #include <string_view>
 #include <utility>
 #include <iomanip>
+#include <cstdint>
 
 #define BEGIN_XG_NAMESPACE namespace xg {
 #define END_XG_NAMESPACE }