blob: b80029606af92dd7a283e0ce72217b1b1f0ed19e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-font3d_build.h,v 1.1 2011/11/25 21:57:36 joerg Exp $
--- font3d/build.h.orig 2011-11-25 18:27:44.000000000 +0000
+++ font3d/build.h
@@ -31,7 +31,9 @@
#ifndef __BUILD_H__
#define __BUILD_H__
-#include <iostream.h>
+#include <iostream>
+
+using namespace std;
#include "truetype.h"
#include "geometry.h"
|