X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=79c3849c92ee93462f4c961ac90844f4fc6f9591;hb=19a8dacdb4d1837570c4e2dfe6580214b0692c7b;hp=ea9caccaf830cefbb5a01c175c0c09b851057bbd;hpb=1bf3001749ee560d3da6dafe556418f3f53348a3;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index ea9caccaf..79c3849c9 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -25,6 +25,9 @@ # include #endif +#include +#include + #ifdef SG_MATH_EXCEPTION_CLASH # include #endif @@ -35,7 +38,7 @@ #endif #include -#include +#include #include #include @@ -53,6 +56,7 @@ # include // for stat() #endif +#include #include #include @@ -60,7 +64,7 @@ #include #include #include -#include +#include #include #include #include @@ -77,14 +81,16 @@ #include #include #include -#include +// #include #ifdef FG_NETWORK_OLK #include #endif +#include #include #include #ifdef ENABLE_AUDIO_SUPPORT # include +# include # include #endif #include