summaryrefslogtreecommitdiff
path: root/graphics/impress/patches/patch-font3d_geometry.h
blob: 0f7a9d4a0781e41accd31974749e80703f67a1b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-font3d_geometry.h,v 1.1 2011/11/25 21:57:36 joerg Exp $

--- font3d/geometry.h.orig	2011-11-25 18:27:25.000000000 +0000
+++ font3d/geometry.h
@@ -31,7 +31,8 @@
 #ifndef __GEOMETRY_H__
 #define __GEOMETRY_H__
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 
 #include "vector.h"