Skip to content

Commit

Permalink
Better #include for expat.h (#838)
Browse files Browse the repository at this point in the history
Changed angle brackets to quotes, since expat.h is in the current directory.
  • Loading branch information
heshpdx authored Feb 16, 2023
1 parent ec99f79 commit 66e27e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simgear/xml/easyxml.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ INCLUDES
#include <string.h>

#include "easyxml.hxx"
#include <expat.h>
#include "expat.h"

#include <fstream>
#include <iostream>
Expand Down

0 comments on commit 66e27e6

Please # to comment.