From 0c9eec3cf38a5b798502e30625ba004e6627a9d0 Mon Sep 17 00:00:00 2001 From: Mahesh Madhav <67384846+heshpdx@users.noreply.github.com> Date: Wed, 15 Feb 2023 09:53:32 -0800 Subject: [PATCH] Better #include for expat.h Changed angle brackets to quotes, since expat.h is in the current directory. --- src/simgear/xml/easyxml.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simgear/xml/easyxml.cxx b/src/simgear/xml/easyxml.cxx index 3700bf24fd..e4be6c2ebf 100644 --- a/src/simgear/xml/easyxml.cxx +++ b/src/simgear/xml/easyxml.cxx @@ -19,7 +19,7 @@ INCLUDES #include #include "easyxml.hxx" -#include +#include "expat.h" #include #include