From 19138e32b4a7019612d33c1e7429440806e17e52 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Sat, 21 Sep 2013 23:05:56 +0200 Subject: [PATCH] Patched for GCC 4.3 --- convert.h | 1 + unicode.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/convert.h b/convert.h index 2dca970..6314928 100644 --- a/convert.h +++ b/convert.h @@ -5,6 +5,7 @@ #include #include #include +#include #include "exceptions.h" #include "unicode.h" diff --git a/unicode.cpp b/unicode.cpp index 5a12260..d2d2f63 100644 --- a/unicode.cpp +++ b/unicode.cpp @@ -1,5 +1,6 @@ #include #include +#include #ifdef WIN32 #include #endif