From 0a3a81e0a4425265790799ecda2f8c35eb5d363e Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Mon, 16 Jun 2008 15:44:16 +0000 Subject: minor tweak for portability. linux compile was broken (bzr r5953) --- src/unicoderange.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/unicoderange.cpp') diff --git a/src/unicoderange.cpp b/src/unicoderange.cpp index c40891009..c167d7147 100644 --- a/src/unicoderange.cpp +++ b/src/unicoderange.cpp @@ -1,4 +1,7 @@ -#include +#include "unicoderange.h" + +#include +#include static unsigned int hex2int(char* s){ int res=0; -- cgit v1.2.3