From: david Date: Sat, 18 Jan 2003 15:16:54 +0000 (+0000) Subject: Include fg_props.hxx to get definition of FGConditional. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6371783e2de0a8973f7e8c33ace4d44e2efe205d;p=flightgear.git Include fg_props.hxx to get definition of FGConditional. --- 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.