summaryrefslogtreecommitdiff
path: root/klm/util/have.hh
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2013-01-21 12:29:43 +0100
committerPatrick Simianer <p@simianer.de>2013-01-21 12:29:43 +0100
commit0d23f8aecbfaf982cd165ebfc2a1611cefcc7275 (patch)
tree8eafa6ea43224ff70635cadd4d6f027d28f4986f /klm/util/have.hh
parentdbc66cd3944321961c5e11d5254fd914f05a98ad (diff)
parent7cac43b858f3b681555bf0578f54b1f822c43207 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r--klm/util/have.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh
index 85b838e4..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
@@ -10,8 +14,4 @@
//#define HAVE_BOOST
#endif
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#endif // UTIL_HAVE__