patch-mimepp_token_h 385 B

1234567891011121314
  1. $OpenBSD: patch-mimepp_token_h,v 1.1 2010/05/19 16:22:20 espie Exp $
  2. --- mimepp/token.h.orig Wed May 19 18:19:16 2010
  3. +++ mimepp/token.h Wed May 19 18:19:32 2010
  4. @@ -53,7 +53,8 @@
  5. // classes are fairly simple and efficient.
  6. // In addition, polymorphism is not needed to use the tokenizer classes.
  7. -class ostream;
  8. +#include <iosfwd>
  9. +using std::ostream;
  10. enum {
  11. eTkError=-1,