From bdac70a563bdf5191f5cc0d30d8c44e1a753e209 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 22 Sep 2009 22:09:36 +0000 Subject: [PATCH] Moved the cstring include around in order to compile under gcc 4.3.3 --- Cantera/src/equil/vcs_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cantera/src/equil/vcs_internal.h b/Cantera/src/equil/vcs_internal.h index 349c00a40..d4fd32eeb 100644 --- a/Cantera/src/equil/vcs_internal.h +++ b/Cantera/src/equil/vcs_internal.h @@ -15,6 +15,8 @@ #ifndef _VCS_INTERNAL_H #define _VCS_INTERNAL_H +#include + #include "vcs_defs.h" #include "vcs_DoubleStarStar.h" #include "vcs_Exception.h" @@ -324,7 +326,6 @@ namespace VCSnonideal { //! available if this ever fails. #define USE_MEMSET #ifdef USE_MEMSET -#include //! Zero a double vector /*!