Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
79079eb4f1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()
 {