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