12 lines
250 B
Text
12 lines
250 B
Text
Index: field.cpp
|
|
--- field.cpp.orig
|
|
+++ field.cpp
|
|
@@ -28,7 +28,7 @@
|
|
#include <mimepp/debug.h>
|
|
#include <assert.h>
|
|
#include <ctype.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <mimepp/string.h>
|