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 | 461c632c09b776955737c0390d8ba34b7e41d081 (patch) | |
tree | 0319426fdf752038ee30592934e1ddf92d680e8c /klm/util/probing_hash_table_test.cc | |
parent | 611501431a53e507cdc15bb091d3bcc94ca7f39d (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 { |