summaryrefslogtreecommitdiff
path: root/graphics/impress/patches/patch-font3d_vector.h
blob: 9ed7fb6112b6fff0b23575800729b0b1158a0681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
    {