patch-mimepp_string_h 338 B

1234567891011121314151617
  1. $OpenBSD: patch-mimepp_string_h,v 1.1 2017/05/04 15:46:56 espie Exp $
  2. Index: mimepp/string.h
  3. --- mimepp/string.h.orig
  4. +++ mimepp/string.h
  5. @@ -27,7 +27,9 @@
  6. #include <assert.h>
  7. #include <stddef.h>
  8. -#include <iostream.h>
  9. +#include <iostream>
  10. +using std::ostream;
  11. +using std::istream;
  12. #ifndef DW_CONFIG_H
  13. #include <mimepp/config.h>