14 lines
307 B
Text
14 lines
307 B
Text
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))
|