[Rcpp-commits] r660 - pkg/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Feb 11 11:14:01 CET 2010
Author: romain
Date: 2010-02-11 11:14:01 +0100 (Thu, 11 Feb 2010)
New Revision: 660
Modified:
pkg/src/RcppCommon.h
Log:
added #include <iterator> which should make suncc happier
Modified: pkg/src/RcppCommon.h
===================================================================
--- pkg/src/RcppCommon.h 2010-02-10 12:00:26 UTC (rev 659)
+++ pkg/src/RcppCommon.h 2010-02-11 10:14:01 UTC (rev 660)
@@ -60,6 +60,7 @@
#endif
#endif
+#include <iterator>
#include <exception>
#include <iostream>
#include <sstream>
More information about the Rcpp-commits
mailing list