summarylogtreecommitdiffstats
path: root/uintptr_t.patch
blob: d2f03c478badb21a92793ab71dda5d5b07e97bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up ./src/plugins/litehtml_viewer/litehtml/os_types.h.orig ./src/plugins/litehtml_viewer/litehtml/os_types.h
--- ./src/plugins/litehtml_viewer/litehtml/os_types.h.orig	2023-08-09 16:55:51.309999999 -0600
+++ ./src/plugins/litehtml_viewer/litehtml/os_types.h	2023-08-09 16:56:35.029999999 -0600
@@ -1,6 +1,8 @@
 #ifndef LH_OS_TYPES_H
 #define LH_OS_TYPES_H
 
+#include <cstdint>
+
 namespace litehtml
 {
 #if defined( WIN32 ) || defined( _WIN32 ) || defined( WINCE )