aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/woff2/0002-stdint-include.patch
blob: 43f7fc85e513c47ea0eb71b21e20d1e2913e7b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/woff2/output.h b/include/woff2/output.h
index dc78ccf..b12d538 100644
--- a/include/woff2/output.h
+++ b/include/woff2/output.h
@@ -9,6 +9,8 @@
 #ifndef WOFF2_WOFF2_OUT_H_
 #define WOFF2_WOFF2_OUT_H_
 
+#include <stdint.h>
+
 #include <algorithm>
 #include <cstring>
 #include <memory>