X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fcore%2Fapplication.cpp;h=a49802350f2f7d655125d8ab0480d9e41370c72a;hb=0fa00d18f607f329d2b2a979e1d4339e233817fa;hp=0e0b69f28af4aa9686ff4e30fb593f8ea58ea635;hpb=779974641eb8b16309ed670fdc3ceb760d05b6fc;p=libs%2Fcore.git diff --git a/source/core/application.cpp b/source/core/application.cpp index 0e0b69f..a498023 100644 --- a/source/core/application.cpp +++ b/source/core/application.cpp @@ -6,6 +6,7 @@ Distributed under the LGPL */ #include #include +#include "../debug/demangle.h" #include "../time/units.h" #include "../time/utils.h" #include "application.h" @@ -57,10 +58,10 @@ int Application::run(int argc, char **argv) catch(const exception &e) { cerr<<"An uncaught exception occurred.\n"; - cerr<<" type: "<