<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/babylon.h.orig	2007-03-02 09:43:00.000000000 -0600
+++ src/babylon.h	2010-05-16 02:58:22.000000000 -0500
@@ -27,6 +27,8 @@
 #include &lt;string&gt;
 #include &lt;vector&gt;
 
+#include "typedefs.h"
+
 const std::string bgl_language[] = {
 	"English", 
 	"French",
--- src/dictbuilder.h.orig	2007-02-17 08:48:04.000000000 -0600
+++ src/dictbuilder.h	2010-05-16 02:58:13.000000000 -0500
@@ -23,6 +23,8 @@
 #include &lt;string&gt;
 #include &lt;vector&gt;
 
+#include "typedefs.h"
+
 
 class DictBuilder
 {
--- src/sdict.h.orig	2007-02-17 08:48:04.000000000 -0600
+++ src/sdict.h	2010-05-16 02:58:46.000000000 -0500
@@ -24,6 +24,8 @@
 #include &lt;fstream&gt;
 #include &lt;vector&gt;
 
+#include "typedefs.h"
+
 using namespace std;
 
 typedef unsigned char uchar;
--- src/stardict.h.orig	2007-02-17 08:48:04.000000000 -0600
+++ src/stardict.h	2010-05-16 02:58:33.000000000 -0500
@@ -24,6 +24,8 @@
 #include &lt;fstream&gt;
 #include &lt;vector&gt;
 
+#include "typedefs.h"
+
 using namespace std;
 
 /**
</pre></body></html>