summaryrefslogtreecommitdiff
path: root/RealtimeSync/xml_proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'RealtimeSync/xml_proc.h')
-rw-r--r--RealtimeSync/xml_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/RealtimeSync/xml_proc.h b/RealtimeSync/xml_proc.h
index 37d2e029..2fd54c37 100644
--- a/RealtimeSync/xml_proc.h
+++ b/RealtimeSync/xml_proc.h
@@ -9,7 +9,7 @@
#include <vector>
#include <wx/string.h>
-#include <xml_error.h>
+#include "../lib/xml_base.h"
namespace xmlAccess
bgstack15