浏览代码

HPCC-14439 Build errors in Rembed with RInside 0.2.13

We were relying on RInside.h to include one of the the R headers for us... and
in 0.2.13 it stopped doing so...

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父节点
当前提交
a2aa40a87b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/Rembed/Rembed.cpp

+ 1 - 0
plugins/Rembed/Rembed.cpp

@@ -55,6 +55,7 @@
 #endif
 
 #include "RInside.h"
+#include "Rinterface.h"
 
 #include "jexcept.hpp"
 #include "jthread.hpp"