Fix headless build

This commit is contained in:
Thomas Geymayer 2013-03-16 10:35:30 +01:00
parent c9bbbd18ec
commit 17eec81071

View File

@ -19,12 +19,13 @@
#include "PropertyInterpolationMgr.hxx"
#include "PropertyInterpolator.hxx"
#include <simgear_config.h>
#ifndef SIMGEAR_HEADLESS
# include <simgear/scene/util/ColorInterpolator.hxx>
#endif
#include <simgear/props/props.hxx>
#include <simgear_config.h>
#include <algorithm>