File: 176.patch

package info (click to toggle)
node-webfont 11.4.0%2Bdfsg2%2B~cs35.7.26-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 122,048 kB
  • sloc: xml: 3,682,028; ansic: 31,165; javascript: 12,580; cpp: 4,386; python: 689; sh: 307; makefile: 228
file content (16 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Sergei Trofimovich <slyich@gmail.com>
Date: Fri, 2 Aug 2024 22:12:03 +0100
Subject: [PATCH] include/woff2/output.h: add missing <stdint.h> include
Origin: https://github.com/google/woff2/pull/176

--- a/woff2/include/woff2/output.h
+++ b/woff2/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>