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

19 lines
321 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/main.cc
--- src/main.cc.orig
+++ src/main.cc
@@ -25,10 +25,13 @@
#include "config.h"
#include <assert.h>
-#include <fstream.h>
+#include <fstream>
#include <getopt.h>
#include <locale.h>
#include <stdio.h>
+
+using std::ifstream;
+using std::ofstream;
#include "McDirectory.h"
#include "McString.h"