Missing #include <string.h> Yvette

This commit is contained in:
Kenneth Heafield 2012-08-06 08:16:34 -04:00
parent 0c484ec8e7
commit 92fb32987a

View File

@ -5,6 +5,7 @@
#include <boost/scoped_array.hpp>
#include <boost/functional/hash.hpp>
#include <stdio.h>
#include <string.h>
#include <stdint.h>
namespace util {