blob: cda261a4505fad78e7d462f0b0ae870dca24dfda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-font3d_geometry.cc,v 1.1 2011/11/25 21:57:36 joerg Exp $
--- font3d/geometry.cc.orig 2011-11-25 18:27:42.000000000 +0000
+++ font3d/geometry.cc
@@ -31,7 +31,7 @@
#include <math.h>
#include <stddef.h>
#include <stdio.h>
-#include <iostream.h>
+#include <iostream>
#include "vector.h"
#include "geometry.h"
|