]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/ConditionNode.cxx
Improved tile cache priority scheme.
[simgear.git] / simgear / scene / model / ConditionNode.cxx
index e68cfa21adb1e69c552e6462b1f4f32dde3e18e5..56460bef45338dbb1d67613a5cabfc38755b3901 100644 (file)
 // 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>
+
 namespace simgear
 {
 using namespace osg;