X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=11951ed088f5ec29153ece6df74af1a90af15734;hb=8f3aa1bebd7c60b1ad328d10beae841daab4e292;hp=6ec0724e2ff711e80a9c5a36112ed9cca61be92b;hpb=6e14da1e1606189f5269272fd7164aebd56ef06d;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 6ec0724e2..11951ed08 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -29,7 +29,7 @@ bool global_fullscreen = true; #endif -#include +#include #include // rint() #include @@ -38,17 +38,20 @@ bool global_fullscreen = true; #include STL_STRING -#include -#include -#include +#include +#include +#include + #include #include #include +#include #ifdef FG_NETWORK_OLK -# include +# include #endif #include