fix build with gcc15 + woff2-gcc15.patch OBS-URL: https://build.opensuse.org/package/show/M17N/woff2?expand=0&rev=12
15 lines
308 B
Diff
15 lines
308 B
Diff
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>
|
|
|