From 66e27e613dbcdf352cbc3bdbe11a4e1a2a2eb350 Mon Sep 17 00:00:00 2001 From: Mahesh Madhav <67384846+heshpdx@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:21:39 -0800 Subject: [PATCH] Better #include for expat.h (#838) 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 3700bf24f..e4be6c2eb 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