patch-src_journal_exceptions_h 381 B

12345678910111213141516
  1. $OpenBSD: patch-src_journal_exceptions_h,v 1.1 2017/05/22 00:13:09 espie Exp $
  2. You no longer get std::string for free
  3. Index: src/journal_exceptions.h
  4. --- src/journal_exceptions.h.orig
  5. +++ src/journal_exceptions.h
  6. @@ -22,6 +22,7 @@
  7. #include <stdint.h>
  8. #include <stdexcept>
  9. +#include <string>
  10. ///
  11. /// Thrown for IO-errors occurring with a journal file (unable to open file