X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Ffg_commands.cxx;h=cf5efb8a5df4dc4e0a9d3fe3c3ee6edf99b414c3;hb=18d1593c42c2df60d7fb44ace722ca3e8a7fd82c;hp=9c621a132b7721db0c3f2c01b2b90b46af82f652;hpb=a7e56cf399893a603bea83b2391387ae6242f4fb;p=flightgear.git diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 9c621a132..cf5efb8a5 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -1,38 +1,54 @@ // fg_commands.cxx - internal FGFS commands. +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include // strcmp() #include -#include -#include STL_STRING -#include STL_FSTREAM +#include +#include +#include #include -#include -#include +#include +#include +#include +#include +#include +#include #include #include +#include +#include #include #include #include +#include +#include #include +#include +#include +#include +#include