summaryrefslogtreecommitdiff
path: root/klm/util
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2012-08-06 08:19:00 -0400
committerKenneth Heafield <github@kheafield.com>2012-08-06 08:19:00 -0400
commit461c632c09b776955737c0390d8ba34b7e41d081 (patch)
tree0319426fdf752038ee30592934e1ddf92d680e8c /klm/util
parent611501431a53e507cdc15bb091d3bcc94ca7f39d (diff)
More headers
Diffstat (limited to 'klm/util')
-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 {