diff options
Diffstat (limited to 'src/rtfparser.h')
-rw-r--r-- | src/rtfparser.h | 5 |
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; |