blob: 5295d0ea7ada94c9ab2bce095ce2788ef6548c7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ttf.h.orig Wed Mar 13 19:16:38 2002
+++ ttf.h Sat Dec 6 23:47:35 2003
@@ -13,6 +13,8 @@
#include "util.h"
#include "encoding.h"
+using namespace std;
+
namespace ttf {
class Face {
|