X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=4cf73e7779ffa3a3b40efa08c8736502376c4751;hb=5018278831a8340f3abbc27965b763931159cbf3;hp=41bc4c33b1017765a0eadadb84c717248c7ddb80;hpb=fd48bdb9f216465f1628e4e13854c40831dd9da1;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 41bc4c33b..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,18 +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 #endif -#include