From e9e4d566a5fcc2b2aaedfc7384dad9211ae452b8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 14 May 2010 20:56:40 -0700 Subject: [PATCH] Build fix. --- core/logic/Translator.cpp | 1 + core/logic/stringutil.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/core/logic/Translator.cpp b/core/logic/Translator.cpp index fddcf0df..3eee14d4 100644 --- a/core/logic/Translator.cpp +++ b/core/logic/Translator.cpp @@ -33,6 +33,7 @@ #include #include #include +#include #include "Translator.h" #include #include diff --git a/core/logic/stringutil.cpp b/core/logic/stringutil.cpp index 6afe21b2..7518dd98 100644 --- a/core/logic/stringutil.cpp +++ b/core/logic/stringutil.cpp @@ -31,6 +31,7 @@ #include #include +#include #include "stringutil.h" const char *stristr(const char *str, const char *substr)