ports/graphics/graphopt/files/patch-src_classes_optFileWriter.cc
2016-01-29 03:21:32 +00:00

10 lines
251 B
C++

--- src/classes/optFileWriter.cc.orig 2003-01-25 05:17:43 UTC
+++ src/classes/optFileWriter.cc
@@ -1,4 +1,6 @@
#include "optFileWriter.h"
+#include <cstdlib>
+#include <cstring>
optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) {