[Rcpp-commits] r4101 - pkg/Rcpp/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Dec 6 13:17:28 CET 2012


Author: romain
Date: 2012-12-06 13:17:28 +0100 (Thu, 06 Dec 2012)
New Revision: 4101

Modified:
   pkg/Rcpp/src/exceptions.cpp
Log:
adding stdlib.h, for free

Modified: pkg/Rcpp/src/exceptions.cpp
===================================================================
--- pkg/Rcpp/src/exceptions.cpp	2012-12-06 11:04:11 UTC (rev 4100)
+++ pkg/Rcpp/src/exceptions.cpp	2012-12-06 12:17:28 UTC (rev 4101)
@@ -23,6 +23,7 @@
 #define R_NO_REMAP
 #include <Rinternals.h>
 #include <Rcpp/exceptions.h>
+#include <stdlib.h>
 
 namespace Rcpp{
     



More information about the Rcpp-commits mailing list