summaryrefslogtreecommitdiff
path: root/utils/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hash.h')
-rwxr-xr-xutils/hash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/hash.h b/utils/hash.h
index b0b1c43e..20764860 100755
--- a/utils/hash.h
+++ b/utils/hash.h
@@ -1,6 +1,8 @@
#ifndef CDEC_HASH_H
#define CDEC_HASH_H
+#include <boost/functional/hash.hpp>
+
#include "murmur_hash.h"
#include "config.h"
@@ -16,7 +18,6 @@
# define HASH_MAP_EMPTY(h,empty)
#endif
-#include <boost/functional/hash.hpp>
// assumes C is POD
template <class C>