ports/devel/doc++/patches/patch-src_nametable_cc

17 lines
272 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/nametable.cc
--- src/nametable.cc.orig
+++ src/nametable.cc
@@ -22,9 +22,11 @@
*/
#include <assert.h>
-#include <iostream.h>
+#include <iostream>
#include <stdlib.h>
#include <string.h>
+
+using std::endl;
#include "McString.h"
#include "nametable.h"