X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=05414d4cd278dfd4b3cbc2e0556dee7229c19fba;hb=a6e0a696376ba2d426eb534bb83ec42038a501e7;hp=092e97d16adc58f750360326c32386ca988c11a1;hpb=e9591422f3b5efadd7abe1a6fc4e7f6d7a713894;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 092e97d16..05414d4cd 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -25,17 +25,17 @@ # include #endif -#ifdef FG_MATH_EXCEPTION_CLASH +#ifdef SG_MATH_EXCEPTION_CLASH # include #endif #ifdef HAVE_WINDOWS_H -# include -# include +# include +# include #endif #include -#include +#include #include #include @@ -53,6 +53,10 @@ # include // for stat() #endif +// #ifdef HAVE_LIBX11 +// # include +// #endif + #include #include @@ -60,7 +64,7 @@ #include #include #include -#include +#include #include #include #include @@ -81,8 +85,13 @@ #ifdef FG_NETWORK_OLK #include #endif +#include #include #include +#ifdef ENABLE_AUDIO_SUPPORT +# include +# include +#endif #include