From 901ef871836e6e12fb7503724c95364b4e3aa37b Mon Sep 17 00:00:00 2001 From: krion Date: Sat, 14 Aug 2004 17:34:42 +0000 Subject: Fix build with gcc-3.4 PR: ports/70456 Submitted by: maintainer --- graphics/smoke/files/patch-src_stroke.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 graphics/smoke/files/patch-src_stroke.cc diff --git a/graphics/smoke/files/patch-src_stroke.cc b/graphics/smoke/files/patch-src_stroke.cc new file mode 100644 index 000000000000..64393baef416 --- /dev/null +++ b/graphics/smoke/files/patch-src_stroke.cc @@ -0,0 +1,10 @@ +--- src/stroke.cc.orig Sat Aug 14 21:16:17 2004 ++++ src/stroke.cc Sat Aug 14 21:16:27 2004 +@@ -24,6 +24,7 @@ + #include "store.h" + #include "segments.h" + ++#include + + + // StrokeStyle -- cgit