X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=4cf73e7779ffa3a3b40efa08c8736502376c4751;hb=5018278831a8340f3abbc27965b763931159cbf3;hp=81ccfd085b8dcc7b2b47d7a555951ff77f2423a9;hpb=cecd5685cabc54d66a7a641770fd4e5ab6fed05f;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 81ccfd085..4cf73e777 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,19 +38,25 @@ bool global_fullscreen = true; #include STL_STRING -#include -#include -#include +#include +#include +#include +#include +#include + #include +#include #include #include +#include #ifdef FG_NETWORK_OLK -# include +# include #endif -#include