summaryrefslogtreecommitdiff
path: root/x11/kdebase3/patches/patch-as
blob: 2f02bd0bd4ac5f847d376af35e7c7f8183f205bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-as,v 1.4 2003/08/02 19:33:22 mrg Exp $

--- kcontrol/kfontinst/kfontinst/StarOfficeConfig.cpp.orig	2003-05-07 21:44:02.000000000 +1000
+++ kcontrol/kfontinst/kfontinst/StarOfficeConfig.cpp	2003-08-03 04:04:00.000000000 +1000
@@ -34,7 +34,8 @@
 #include "BufferedFile.h"
 #include "KfiGlobal.h"
 #include "Config.h"
-#include <fstream.h>
+#include <fstream>
+using namespace std;
 #include <stdlib.h>
 #include <string.h>
 #include <qstring.h>