X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=d6ab4c5635d2e93f0f976c4285c64042a5a28a0b;hb=9002696195c50219d7df06e098b57c79a289a0e0;hp=2d3c6485ad340ea39a4a8a05b41d66b89f4a339e;hpb=a46114da9a2636aade20d2d44ecbf2ed71f8cb33;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 2d3c6485a..d6ab4c563 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -35,6 +35,10 @@ #if defined(HAVE_CRASHRPT) #include + +// defined in bootstrap.cxx +extern bool global_crashRptEnabled; + #endif // Class references @@ -49,6 +53,8 @@ #include #include #include +#include +#include #include #include @@ -56,6 +62,7 @@ #include #include