summaryrefslogtreecommitdiff
path: root/graphics/impress/patches/patch-font3d_build.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/impress/patches/patch-font3d_build.h')
-rw-r--r--graphics/impress/patches/patch-font3d_build.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/impress/patches/patch-font3d_build.h b/graphics/impress/patches/patch-font3d_build.h
new file mode 100644
index 00000000000..b80029606af
--- /dev/null
+++ b/graphics/impress/patches/patch-font3d_build.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-font3d_build.h,v 1.1 2011/11/25 21:57:36 joerg Exp $
+
+--- font3d/build.h.orig 2011-11-25 18:27:44.000000000 +0000
++++ font3d/build.h
+@@ -31,7 +31,9 @@
+ #ifndef __BUILD_H__
+ #define __BUILD_H__
+
+-#include <iostream.h>
++#include <iostream>
++
++using namespace std;
+
+ #include "truetype.h"
+ #include "geometry.h"