summaryrefslogtreecommitdiff
path: root/src/rtfparser.h
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-03-31 22:25:56 +0000
committerStef <stef@ws.local>2004-03-31 22:25:56 +0000
commit5c2430e6896de2139bf8e5e467dd3a6ba527f46a (patch)
tree1a34083f59731ddb2201ab2aaa74f65257496acb /src/rtfparser.h
parent2071258e2c4108ca5bd67a2ffc358a0fddc739b6 (diff)
Changes for FreeBSD compatibility
Diffstat (limited to 'src/rtfparser.h')
-rw-r--r--src/rtfparser.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rtfparser.h b/src/rtfparser.h
index f5983e5..bfa2e59 100644
--- a/src/rtfparser.h
+++ b/src/rtfparser.h
@@ -39,10 +39,9 @@
#ifndef __RTFREADER_H__
#define __RTFREADER_H__
-#include <string>
+#include "usuals.h"
#include <stack>
-using std::string;
-using std::wstring;
+#include <stdio.h>
class RtfReader;