summaryrefslogtreecommitdiff
path: root/graphics/impress/patches/patch-font3d_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/impress/patches/patch-font3d_vector.h')
-rw-r--r--graphics/impress/patches/patch-font3d_vector.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/impress/patches/patch-font3d_vector.h b/graphics/impress/patches/patch-font3d_vector.h
new file mode 100644
index 00000000000..9ed7fb6112b
--- /dev/null
+++ b/graphics/impress/patches/patch-font3d_vector.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-font3d_vector.h,v 1.1 2011/11/25 21:57:36 joerg Exp $
+
+--- font3d/vector.h.orig 2011-11-25 18:27:15.000000000 +0000
++++ font3d/vector.h
+@@ -73,7 +73,9 @@
+ #define __VECTOR_H__
+
+ #include <math.h>
+-#include <iostream.h>
++#include <iostream>
++
++using namespace std;
+
+ class vector
+ {