diff -up akonadi-16.08.1/src/core/exception.h.exception_hack akonadi-16.08.1/src/core/exception.h --- akonadi-16.08.1/src/core/exception.h.exception_hack 2016-09-25 08:16:52.443790101 -0500 +++ akonadi-16.08.1/src/core/exception.h 2016-09-25 08:17:15.201048547 -0500 @@ -25,7 +25,7 @@ // case-insensitive systems, where #include includes our "Exception" // fancy header instead of stdlib's exception, causing an endless loop of // includes between "Exception" and "exception.h". -#include "std_exception.h" +#include #include "akonadicore_export.h" diff -up akonadi-16.08.1/src/core/std_exception.h.in.exception_hack akonadi-16.08.1/src/core/std_exception.h.in