From b2a6fce976d37e5bac562e76d4aced01df52c725 Mon Sep 17 00:00:00 2001 From: Kenneth Heafield Date: Sun, 20 Jan 2013 12:43:43 +0000 Subject: Fix missing macros --- klm/util/have.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/klm/util/have.hh b/klm/util/have.hh index 1523c0c5..e9a4d946 100644 --- a/klm/util/have.hh +++ b/klm/util/have.hh @@ -2,6 +2,10 @@ #ifndef UTIL_HAVE__ #define UTIL_HAVE__ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifndef HAVE_ICU //#define HAVE_ICU #endif -- cgit v1.2.3