From 420e3421b930e3e8352dab0ea7517d7a846a783d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 23 Jan 2009 16:03:51 +0000 Subject: [PATCH] Added an include that's needed for ubuntu --- Cantera/fortran/src/fctxml.cpp | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Cantera/fortran/src/fctxml.cpp b/Cantera/fortran/src/fctxml.cpp index 9f485d3f4..040346ac7 100644 --- a/Cantera/fortran/src/fctxml.cpp +++ b/Cantera/fortran/src/fctxml.cpp @@ -1,9 +1,22 @@ +/** + * @file fctxml.cpp + * + */ + +/* + * $Revision$ + * $Date$ + */ + +// Copyright 2001 California Institute of Technology + #include "flib_defs.h" -// Cantera includes #include "ctml.h" -//#include "importCTML.h" + +#include + using namespace ctml; #include "../../clib/src/Cabinet.h"