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