Name: Need to include string.h to get ::strlen.
diff --git a/include/ndn-cpp/name.hpp b/include/ndn-cpp/name.hpp
index 8156220..5cd65a5 100644
--- a/include/ndn-cpp/name.hpp
+++ b/include/ndn-cpp/name.hpp
@@ -12,6 +12,7 @@
 
 #include <vector>
 #include <string>
+#include <string.h>
 #include <sstream>
 #include "util/blob.hpp"