[Genabel-commits] r1457 - pkg/filevector/fvlib

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Dec 9 07:46:46 CET 2013


Author: maksim
Date: 2013-12-09 07:46:45 +0100 (Mon, 09 Dec 2013)
New Revision: 1457

Modified:
   pkg/filevector/fvlib/CastUtils.cpp
Log:
Included R.h. Othewise MixABEL does not complile

Modified: pkg/filevector/fvlib/CastUtils.cpp
===================================================================
--- pkg/filevector/fvlib/CastUtils.cpp	2013-12-09 00:05:07 UTC (rev 1456)
+++ pkg/filevector/fvlib/CastUtils.cpp	2013-12-09 06:46:45 UTC (rev 1457)
@@ -5,6 +5,7 @@
 
 using namespace std;
 
+#include <R.h>
 #include "frutil.h"
 #include "CastUtils.h"
 



More information about the Genabel-commits mailing list