[Phylobase-commits] r724 - pkg/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 26 17:07:55 CET 2010
Author: francois
Date: 2010-01-26 17:07:55 +0100 (Tue, 26 Jan 2010)
New Revision: 724
Modified:
pkg/src/NCLInterface.cpp
Log:
added header for compatibility with newer versions of g++
Modified: pkg/src/NCLInterface.cpp
===================================================================
--- pkg/src/NCLInterface.cpp 2010-01-26 15:54:29 UTC (rev 723)
+++ pkg/src/NCLInterface.cpp 2010-01-26 16:07:55 UTC (rev 724)
@@ -24,6 +24,7 @@
#include "ncl.h"
#include "NCLInterface.h"
#include <sstream>
+#include <cassert>
/*----------------------------------------------------------------------------------------------------------------------
| The constructor simply passes along `i' to the base class constructor. Nothing else needs to be done.
More information about the Phylobase-commits
mailing list