summaryrefslogtreecommitdiff
path: root/klm
diff options
context:
space:
mode:
Diffstat (limited to 'klm')
-rw-r--r--klm/util/have.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/klm/util/have.hh b/klm/util/have.hh
index 1523c0c5..85b838e4 100644
--- a/klm/util/have.hh
+++ b/klm/util/have.hh
@@ -10,4 +10,8 @@
//#define HAVE_BOOST
#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#endif // UTIL_HAVE__