blob: a77bf0c229d30985680e6d1419c646fd224dfcf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2004/04/03 11:31:02 recht Exp $
--- ttf.h.orig 2002-11-07 06:28:44.000000000 +0100
+++ ttf.h
@@ -13,6 +13,8 @@
#include "util.h"
#include "encoding.h"
+using namespace std;
+
namespace ttf {
class Face {
|