aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/litehtml/fix-relative-includes.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/litehtml/fix-relative-includes.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/litehtml/fix-relative-includes.patch')
-rw-r--r--vcpkg/ports/litehtml/fix-relative-includes.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/litehtml/fix-relative-includes.patch b/vcpkg/ports/litehtml/fix-relative-includes.patch
new file mode 100644
index 0000000..e86cb5e
--- /dev/null
+++ b/vcpkg/ports/litehtml/fix-relative-includes.patch
@@ -0,0 +1,22 @@
+diff --git a/include/litehtml.h b/include/litehtml.h
+index 98a24e0..d20addd 100644
+--- a/include/litehtml.h
++++ b/include/litehtml.h
+@@ -1,11 +1,11 @@
+ #ifndef LITEHTML_H
+ #define LITEHTML_H
+
+-#include <litehtml/html.h>
+-#include <litehtml/document.h>
+-#include <litehtml/html_tag.h>
+-#include <litehtml/stylesheet.h>
+-#include <litehtml/element.h>
+-#include <litehtml/utf8_strings.h>
++#include "html.h"
++#include "document.h"
++#include "html_tag.h"
++#include "stylesheet.h"
++#include "element.h"
++#include "utf8_strings.h"
+
+ #endif // LITEHTML_H