freebsd-ports/graphics/graphopt/files/patch-src_classes_visioExporter.cc
John Marino aa8eddd2a4 Add <cstring> and/or <cstdlib> to support modern gcc
Four of these five patches should have been part of the previous
commit but I didn't notice them.  The ampasCTL pach is to fix a
regression that I introduced by removing part of the post-patch
target.

Approved by:	gcc5 support blanket
2015-09-20 18:59:19 +00:00

9 lines
259 B
C++

--- src/classes/visioExporter.cc.intermediate 2015-09-20 01:43:24 UTC
+++ src/classes/visioExporter.cc
@@ -1,5 +1,6 @@
#include "visioExporter.h"
#include <cstdlib>
+#include <cstring>
visioExporter::visioExporter(char *what_file, nodes *what_nodes) {