12 lines
263 B
Text
12 lines
263 B
Text
Index: headers.cpp
|
|
--- headers.cpp.orig
|
|
+++ headers.cpp
|
|
@@ -30,7 +30,7 @@
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <time.h>
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
#include <mimepp/string.h>
|
|
#include <mimepp/headers.h>
|
|
#include <mimepp/field.h>
|