X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Foptions.cxx;h=4cf73e7779ffa3a3b40efa08c8736502376c4751;hb=5018278831a8340f3abbc27965b763931159cbf3;hp=13832655c4d0b94b907b6a9ce5f44c8f43cb0a0d;hpb=32bab8aa1063b836ee955ffc0b308a46427f5289;p=flightgear.git diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 13832655c..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