Fix ConditionNode Win32 compilation.

This commit is contained in:
James Turner
2010-11-04 18:54:18 +00:00
parent 200df49d6e
commit 607738f22e

View File

@@ -15,6 +15,10 @@
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
//
#ifdef HAVE_CONFIG_H
# include <simgear_config.h>
#endif
#include "ConditionNode.hxx"
#include <simgear/math/SGMath.hxx>