From 7eaa2c62c44c6b4b09f65ed5cbcfaef61e47d5d7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 29 Apr 2014 22:35:34 -0700 Subject: Explicitly include needed include file The Q_DECLARE_TR_FUNCTIONS macro is defined in QCoreApplication, so let's make sure that's included. Signed-off-by: Dirk Hohndel --- gettextfromc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gettextfromc.h') diff --git a/gettextfromc.h b/gettextfromc.h index f94f1192c..53df18365 100644 --- a/gettextfromc.h +++ b/gettextfromc.h @@ -2,6 +2,7 @@ #define GETTEXTFROMC_H #include +#include extern "C" const char *trGettext(const char *text); -- cgit v1.2.3-70-g09d2