summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--klm/util/probing_hash_table_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/klm/util/probing_hash_table_test.cc b/klm/util/probing_hash_table_test.cc
index 37ffeb53..be0fa859 100644
--- a/klm/util/probing_hash_table_test.cc
+++ b/klm/util/probing_hash_table_test.cc
@@ -4,7 +4,8 @@
#include <boost/test/unit_test.hpp>
#include <boost/scoped_array.hpp>
#include <boost/functional/hash.hpp>
-
+#include <stdio.h>
+#include <string.h>
#include <stdint.h>
namespace util {