summaryrefslogtreecommitdiff
path: root/src/xmlcomposehelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlcomposehelpers.h')
-rw-r--r--src/xmlcomposehelpers.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h
index f6c06e7..05abb8b 100644
--- a/src/xmlcomposehelpers.h
+++ b/src/xmlcomposehelpers.h
@@ -1,10 +1,13 @@
#ifndef __RTFPARSEHELPERS_H__
#define __RTFPARSEHELPERS_H__
-#include "Reference.h"
-#include <mystring.h>
+#include "reference.h"
#include "sablo.h"
-#include "RtfFormatting.h"
+#include "rtfformatting.h"
+
+#include <string>
+using std::wstring;
+using std::string;
class RtfParser;