diff options
Diffstat (limited to 'src/lib/util/xmlfile.cpp')
-rw-r--r-- | src/lib/util/xmlfile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util/xmlfile.cpp b/src/lib/util/xmlfile.cpp index cfa6bbd8ff5..adcf56a15c7 100644 --- a/src/lib/util/xmlfile.cpp +++ b/src/lib/util/xmlfile.cpp @@ -10,6 +10,8 @@ #include "xmlfile.h" +#include "osdcore.h" + #include <expat.h> #include <algorithm> |