14 lines
462 B
Text
14 lines
462 B
Text
$NetBSD: patch-ag,v 1.4 2003/08/02 19:33:20 mrg Exp $
|
|
|
|
--- kcontrol/kfontinst/kfontinst/Encodings.cpp.orig 2003-05-07 21:44:02.000000000 +1000
|
|
+++ kcontrol/kfontinst/kfontinst/Encodings.cpp 2003-08-03 03:44:55.000000000 +1000
|
|
@@ -33,7 +33,8 @@
|
|
#include "CompressedFile.h"
|
|
#include <qdir.h>
|
|
#include <ctype.h>
|
|
-#include <fstream.h>
|
|
+#include <fstream>
|
|
+using namespace std;
|
|
|
|
// Use the strict maps - needed for creating AFMs...
|
|
#define STRICT_ENCODING_MAPS
|