blob: fcf709928a251c4cf622fe4e45b14849afdcd995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ah,v 1.1 2004/11/18 00:14:04 hubertf Exp $
--- src/lyxcodeconv.h.orig 2004-11-17 19:56:50.000000000 +0000
+++ src/lyxcodeconv.h
@@ -14,6 +14,7 @@ using std::ifstream;
using std::fstream;
using std::ios;
using std::setw;
+using namespace std;
#include "support/lyxstring.h"
#include "LString.h"
|