openbsd-ports/converters/mimepp/patches/patch-mimepp_token_h
2022-03-11 18:27:00 +00:00

13 lines
316 B
Plaintext

--- mimepp/token.h.orig Wed May 19 18:19:16 2010
+++ mimepp/token.h Wed May 19 18:19:32 2010
@@ -53,7 +53,8 @@
// classes are fairly simple and efficient.
// In addition, polymorphism is not needed to use the tokenizer classes.
-class ostream;
+#include <iosfwd>
+using std::ostream;
enum {
eTkError=-1,