diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-12-14 22:20:31 +0000 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-12-14 22:20:31 +0000 |
commit | e189e981a02ef03ccb2dba733cf1363dccbb9778 (patch) | |
tree | ec7e78c58aad6d7459253c978a2cd134d474b8ad /klm/util/have.hh | |
parent | 59737f22fccb9c2ab8744a719f4dbb95eedf7943 (diff) |
Get macros from config.h, break build for Chris to fix by linking libs
Diffstat (limited to 'klm/util/have.hh')
-rw-r--r-- | klm/util/have.hh | 4 |
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__ |