From 6371783e2de0a8973f7e8c33ace4d44e2efe205d Mon Sep 17 00:00:00 2001 From: david Date: Sat, 18 Jan 2003 15:16:54 +0000 Subject: [PATCH] Include fg_props.hxx to get definition of FGConditional. --- src/Input/input.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Input/input.hxx b/src/Input/input.hxx index 7c545d05f..1111be944 100644 --- a/src/Input/input.hxx +++ b/src/Input/input.hxx @@ -36,6 +36,7 @@ #include #include
+#include
#include
#include @@ -45,6 +46,8 @@ SG_USING_STD(map); SG_USING_STD(vector); + + //////////////////////////////////////////////////////////////////////// // General binding support. -- 2.39.5