commit | 27b2bf902ffca5d6b1a725c7774d18b8d2477c9d | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Sat Oct 12 14:38:13 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Sat Oct 12 14:38:13 2013 -0700 |
tree | e9bfe4a9db2b2b2b6e22cda070daa0c93af8033a | |
parent | c69163b085147c586f87b257cb5d65ab66368c20 [diff] |
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"