From 1c8534619c6716534f0201e2128d93660246822e Mon Sep 17 00:00:00 2001 From: scheffle Date: Fri, 1 Nov 2024 17:48:30 +0100 Subject: [PATCH] fix path --- vstgui/uidescription/xmlparser.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vstgui/uidescription/xmlparser.cpp b/vstgui/uidescription/xmlparser.cpp index 3f883d3f6..4298c921a 100644 --- a/vstgui/uidescription/xmlparser.cpp +++ b/vstgui/uidescription/xmlparser.cpp @@ -221,9 +221,9 @@ bool Parser::stop () namespace VSTGUI { namespace Xml { -#include "./expat/xmltok.c" -#include "./expat/xmlrole.c" -#include "./expat/xmlparse.c" +#include "../thirdparty/expat/xmltok.c" +#include "../thirdparty/expat/xmlrole.c" +#include "../thirdparty/expat/xmlparse.c" }} #ifdef OLD_BYTEORDER