From 784455eb9dedcba395598a419a9b491d95c0745d Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 16 Aug 2014 09:47:24 +0000 Subject: [PATCH] textproc/teckit: Add header to fix build on lang/gcc47 PR: 192698 Submitted by: Justin Hibbits Approved by: maintainer (Nikola Lecic) --- textproc/teckit/files/patch-source_Compiler.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 textproc/teckit/files/patch-source_Compiler.cpp diff --git a/textproc/teckit/files/patch-source_Compiler.cpp b/textproc/teckit/files/patch-source_Compiler.cpp new file mode 100644 index 000000000000..95a9a8477f5b --- /dev/null +++ b/textproc/teckit/files/patch-source_Compiler.cpp @@ -0,0 +1,10 @@ +--- source/Compiler.cpp.orig 2008-04-07 14:21:12 UTC ++++ source/Compiler.cpp +@@ -33,6 +33,7 @@ Description: + #include + #include + #include ++#include + + #include "zlib.h" +