pkgsrc/graphics/impress/patches/patch-font3d_vector.h
2011-11-25 21:57:36 +00:00

15 lines
305 B
C++

$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
{