X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FCockpit%2Fhud.cxx;h=4b6933e7655a467013b4b6474aa906e7874bb9d4;hb=470292a4341334820681d6d6e2ecc6039b8d6dd6;hp=91da17d59ea2937756b1f9ed131763d7049b2af6;hpb=0660ea821af43e15a1fb378eb061b20972fc7338;p=flightgear.git diff --git a/src/Cockpit/hud.cxx b/src/Cockpit/hud.cxx index 91da17d59..4b6933e76 100644 --- a/src/Cockpit/hud.cxx +++ b/src/Cockpit/hud.cxx @@ -20,6 +20,8 @@ // // $Id$ +#include +#include #ifdef HAVE_CONFIG_H # include @@ -36,27 +38,29 @@ #include #include -#include +#include STL_STRING +#include STL_FSTREAM -#ifdef HAVE_VALUES_H -# include // for MAXINT -#endif +#include +#include +#include +//#include +//#include #include -#include +#include #include -#include -#include
-#include -#include -#include -#include +#include
+#include
+#ifdef FG_NETWORK_OLK +#include +#endif #include -#include