diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-08-06 08:19:00 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-08-06 08:19:00 -0400 |
commit | ce9ba243e48a2f9b6548bb63a6a55f59bbfed452 (patch) | |
tree | 8673adef9c06001c4153d437d15bf4fb38d3c9f9 /klm/util/probing_hash_table_test.cc | |
parent | a6141e5de6608d50657a5daf83de0e131e5c1273 (diff) |
More headers
Diffstat (limited to 'klm/util/probing_hash_table_test.cc')
-rw-r--r-- | klm/util/probing_hash_table_test.cc | 3 |
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 { |