X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FMain%2Fmain.cxx;h=d6ab4c5635d2e93f0f976c4285c64042a5a28a0b;hb=9002696195c50219d7df06e098b57c79a289a0e0;hp=c7d2a0db2ef15d32ab494347aead947bb6075401;hpb=8608a480736651999c5ea31a489343ee097ee915;p=flightgear.git diff --git a/src/Main/main.cxx b/src/Main/main.cxx index c7d2a0db2..d6ab4c563 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -33,9 +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 @@ -43,6 +53,8 @@ #include #include #include +#include +#include #include #include @@ -50,9 +62,12 @@ #include #include