[Rcpp-commits] r4163 - pkg/Rcpp/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 17 11:17:09 CET 2012
Author: romain
Date: 2012-12-17 11:17:09 +0100 (Mon, 17 Dec 2012)
New Revision: 4163
Modified:
pkg/Rcpp/src/exceptions.cpp
Log:
added missing include <typeinfo>
Modified: pkg/Rcpp/src/exceptions.cpp
===================================================================
--- pkg/Rcpp/src/exceptions.cpp 2012-12-17 08:25:47 UTC (rev 4162)
+++ pkg/Rcpp/src/exceptions.cpp 2012-12-17 10:17:09 UTC (rev 4163)
@@ -19,6 +19,7 @@
// You should have received a copy of the GNU General Public License
// along with Rcpp. If not, see <http://www.gnu.org/licenses/>.
+#include <typeinfo>
#include <Rcpp/platform/compiler.h>
#define R_NO_REMAP
#include <Rinternals.h>
More information about the Rcpp-commits
mailing list