From: Thomas Geymayer Date: Sat, 16 Mar 2013 09:35:30 +0000 (+0100) Subject: Fix headless build X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17eec81071ef5b94b73c7663f5aa0a4dad6be03c;p=simgear.git Fix headless build --- diff --git a/simgear/props/PropertyInterpolationMgr.cxx b/simgear/props/PropertyInterpolationMgr.cxx index 4f217a78..3600bb02 100644 --- a/simgear/props/PropertyInterpolationMgr.cxx +++ b/simgear/props/PropertyInterpolationMgr.cxx @@ -19,12 +19,13 @@ #include "PropertyInterpolationMgr.hxx" #include "PropertyInterpolator.hxx" +#include + #ifndef SIMGEAR_HEADLESS # include #endif #include -#include #include