commit | 82cf914a96b4898696a68bf505d8670b61f68532 | [log] [tgz] |
---|---|---|
author | weijia yuan <weijia@cs.ucla.edu> | Sun Oct 21 12:25:02 2018 -0700 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Sun Nov 25 10:07:03 2018 -0700 |
tree | d6c3cd34d918a093bb19792e75d8406a8bcbe25c | |
parent | 5a3f101a75b26b05747e6028641f6bf36cba9b91 [diff] [blame] |
Use ndn::mgmt::Dispatcher for repo commands refs #4129 Change-Id: Idb7826fc76b6660ce76d69e7e88a9e922c55a2e1
diff --git a/src/storage/storage.hpp b/src/storage/storage.hpp index e1cb537..5286c8a 100755 --- a/src/storage/storage.hpp +++ b/src/storage/storage.hpp
@@ -21,6 +21,9 @@ #define REPO_STORAGE_STORAGE_HPP #include "../common.hpp" +#include <string> +#include <iostream> +#include <stdlib.h> namespace repo {