Added an include that's needed for ubuntu
This commit is contained in:
parent
f2bc9d5459
commit
420e3421b9
1 changed files with 15 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue