Jelajahi Sumber

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 tahun lalu
induk
melakukan
a2aa40a87b
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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"