summaryrefslogtreecommitdiff
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
commitce9ba243e48a2f9b6548bb63a6a55f59bbfed452 (patch)
tree8673adef9c06001c4153d437d15bf4fb38d3c9f9
parenta6141e5de6608d50657a5daf83de0e131e5c1273 (diff)
More headers
-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 {