aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/licensepp/add-stdint.diff
blob: 6db3e7f78e2f3b8b264975d0b541a3a07fd2d23f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/license++/license.h b/include/license++/license.h
index eab392d..67b405e 100644
--- a/include/license++/license.h
+++ b/include/license++/license.h
@@ -9,7 +9,7 @@
 
 #ifndef LICENSEPP_License_h
 #define LICENSEPP_License_h
-
+#include <stdint.h>
 #include <string>
 
 namespace licensepp {