[Rcpp-commits] r1751 - pkg/Rcpp/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Jun 26 00:21:13 CEST 2010
Author: edd
Date: 2010-06-26 00:21:13 +0200 (Sat, 26 Jun 2010)
New Revision: 1751
Modified:
pkg/Rcpp/src/Date.cpp
Log:
added include for time.h to allow for Windows build
Modified: pkg/Rcpp/src/Date.cpp
===================================================================
--- pkg/Rcpp/src/Date.cpp 2010-06-25 22:20:55 UTC (rev 1750)
+++ pkg/Rcpp/src/Date.cpp 2010-06-25 22:21:13 UTC (rev 1751)
@@ -24,6 +24,7 @@
#include <Rcpp/Date.h>
#include <Rcpp/Function.h>
+#include <time.h> // for gmtime
namespace Rcpp {
More information about the Rcpp-commits
mailing list