diff options
author | 2018-03-18 15:30:55 +0100 | |
---|---|---|
committer | 2018-03-27 10:19:22 +1100 | |
commit | 9a154947d1cb61180eb00bffa919e7921c2d5234 (patch) | |
tree | e434fe833f804465a46f5824873666f791eea841 /src/emu/hashfile.cpp | |
parent | 4419ff325aa248de92512a25cd9ef36e5bf22183 (diff) |
Added possibility of building using system pugixml
Diffstat (limited to 'src/emu/hashfile.cpp')
-rw-r--r-- | src/emu/hashfile.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/hashfile.cpp b/src/emu/hashfile.cpp index 0d540f6f1ec..6ded9a0e397 100644 --- a/src/emu/hashfile.cpp +++ b/src/emu/hashfile.cpp @@ -14,8 +14,7 @@ #include "emuopts.h" #include "hash.h" #include "drivenum.h" -#define PUGIXML_HEADER_ONLY -#include "pugixml/src/pugixml.hpp" +#include <pugixml.hpp> /*------------------------------------------------- hashfile_lookup |