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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 31 14:52:52 CET 2012


Author: romain
Date: 2012-10-31 14:52:52 +0100 (Wed, 31 Oct 2012)
New Revision: 3873

Modified:
   pkg/Rcpp/src/AttributesParser.cpp
Log:
missing include

Modified: pkg/Rcpp/src/AttributesParser.cpp
===================================================================
--- pkg/Rcpp/src/AttributesParser.cpp	2012-10-31 13:39:50 UTC (rev 3872)
+++ pkg/Rcpp/src/AttributesParser.cpp	2012-10-31 13:52:52 UTC (rev 3873)
@@ -23,6 +23,7 @@
 
 #include <iostream>
 #include <fstream>
+#include <cstring>
 
 namespace {
      



More information about the Rcpp-commits mailing list