summaryrefslogtreecommitdiff
path: root/user/qt-creator/cstdint.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2024-05-30 19:38:13 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2024-06-11 14:04:13 -0500
commit481a520a42b09b10f40610a7e72acc2b356ab0b6 (patch)
tree3d6295aacc75043c34bbbece9633a88819fc34db /user/qt-creator/cstdint.patch
parent5dbefd2e7b7fe850494873e713d45ca493380c4b (diff)
downloadpackages-481a520a42b09b10f40610a7e72acc2b356ab0b6.tar.gz
packages-481a520a42b09b10f40610a7e72acc2b356ab0b6.tar.bz2
packages-481a520a42b09b10f40610a7e72acc2b356ab0b6.tar.xz
packages-481a520a42b09b10f40610a7e72acc2b356ab0b6.zip
user/qt-creator: Patch missing header
Diffstat (limited to 'user/qt-creator/cstdint.patch')
-rw-r--r--user/qt-creator/cstdint.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/user/qt-creator/cstdint.patch b/user/qt-creator/cstdint.patch
new file mode 100644
index 000000000..39558e90f
--- /dev/null
+++ b/user/qt-creator/cstdint.patch
@@ -0,0 +1,27 @@
+--- qt-creator-opensource-src-4.15.2/src/libs/qlitehtml/src/3rdparty/litehtml/include/litehtml/html.h.old 2021-07-12 21:12:54.000000000 -0500
++++ qt-creator-opensource-src-4.15.2/src/libs/qlitehtml/src/3rdparty/litehtml/include/litehtml/html.h 2024-05-30 18:51:05.965117572 -0500
+@@ -9,6 +9,7 @@
+ #include <cstring>
+ #include <algorithm>
+ #include <sstream>
++#include <cstdint>
+ #include "os_types.h"
+ #include "types.h"
+ #include "background.h"
+--- qt-creator-opensource-src-4.15.2/src/libs/qlitehtml/src/3rdparty/litehtml/include/litehtml/num_cvt.h.old 2021-07-12 21:12:54.000000000 -0500
++++ qt-creator-opensource-src-4.15.2/src/libs/qlitehtml/src/3rdparty/litehtml/include/litehtml/num_cvt.h 2024-05-30 18:54:29.873560575 -0500
+@@ -2,6 +2,7 @@
+ #define NUM_CVT_H
+
+ #include <string>
++#include <cstdint>
+ #include "os_types.h"
+
+ namespace litehtml
+@@ -16,4 +17,4 @@
+ }
+ }
+
+-#endif // NUM_CVT_H
+\ No newline at end of file
++#endif // NUM_CVT_H