ports/converters/mimepp/patches/patch-string_cpp

15 lines
307 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: string.cpp
--- string.cpp.orig
+++ string.cpp
@@ -29,8 +29,9 @@
#include <ctype.h>
#include <stdlib.h>
#include <string.h>
-#include <new.h>
+#include <new>
#include <mimepp/string.h>
+using std::cerr;
#define DW_MIN(a,b) ((a) <= (b) ? (a) : (b))
#define DW_MAX(a,b) ((a) >= (b) ? (a) : (b))