Added an include that's needed for ubuntu

This commit is contained in:
Harry Moffat 2009-01-23 16:03:51 +00:00
parent f2bc9d5459
commit 420e3421b9

View file

@ -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 <cstring>
using namespace ctml;
#include "../../clib/src/Cabinet.h"