Fixed a missing #include in refine.h

This commit is contained in:
Ray Speth 2012-07-23 22:33:55 +00:00
parent 0ff0dad483
commit 46b1a4221b

View file

@ -1,6 +1,8 @@
#ifndef CT_REFINE_H
#define CT_REFINE_H
#include "cantera/base/ct_defs.h"
namespace Cantera
{