From fa3db23a1c336c813b1f9da7fa7cad6e81dffc36 Mon Sep 17 00:00:00 2001 From: ishmal Date: Mon, 16 Jun 2008 15:44:16 +0000 Subject: [PATCH] minor tweak for portability. linux compile was broken --- src/unicoderange.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.30.2