X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=d6ab4c5635d2e93f0f976c4285c64042a5a28a0b;hb=9002696195c50219d7df06e098b57c79a289a0e0;hp=84f03a6fd3458f1c39fc643230b1ff1c3b1cdc8c;hpb=0cda3cbfb2754aa77aa2699720fd0c57cfb9b9d4;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 84f03a6fd..d6ab4c563 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -33,10 +33,19 @@ #include #include +#if defined(HAVE_CRASHRPT) + #include + +// defined in bootstrap.cxx +extern bool global_crashRptEnabled; + +#endif + // Class references #include #include #include +#include #include #include #include @@ -44,6 +53,8 @@ #include #include #include +#include +#include #include #include @@ -51,10 +62,12 @@ #include #include