Blame akonadi-16.08.1-drop_exception_header_hack.patch

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