Selaa lähdekoodia

HPCC-20270 Address non-xmllib build break

- Adds xpathprocess.hpp include statement in xmllib_unsupported.cpp

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexis.com>
Rodrigo Pastrana 6 vuotta sitten
vanhempi
commit
79079eb4f1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      system/xmllib/xmllib_unsupported.cpp

+ 1 - 0
system/xmllib/xmllib_unsupported.cpp

@@ -2,6 +2,7 @@
 #include "xslprocessor.hpp"
 #include "xmlvalidator.hpp"
 #include "xmlerror.hpp"
+#include "xpathprocessor.hpp"
 
 XMLLIB_API IXmlDomParser* getXmlDomParser()
 {