浏览代码

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 年之前
父节点
当前提交
79079eb4f1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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()
 {