[Rcpp-commits] r2718 - pkg/Rcpp/inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 5 09:10:38 CET 2010


Author: romain
Date: 2010-12-05 09:10:37 +0100 (Sun, 05 Dec 2010)
New Revision: 2718

Modified:
   pkg/Rcpp/inst/include/Rcpp/sprintf.h
Log:
maybe this will make Dirk happy

Modified: pkg/Rcpp/inst/include/Rcpp/sprintf.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/sprintf.h	2010-12-04 23:17:56 UTC (rev 2717)
+++ pkg/Rcpp/inst/include/Rcpp/sprintf.h	2010-12-05 08:10:37 UTC (rev 2718)
@@ -20,6 +20,7 @@
 // along with Rcpp.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <cstdio>
+#include <cstdarg>
 
 namespace Rcpp{
 



More information about the Rcpp-commits mailing list