src+tests: Add missing include and mark expected failures of some tests
Tests are expected to fail because of changes in implicit digest
semantics.
Change-Id: Iecab6dda8a0005d5609b1df21cbc0dd64a80ca47
Refs: #2165
diff --git a/src/repo-command-parameter.hpp b/src/repo-command-parameter.hpp
index d461cdd..22a8bcd 100644
--- a/src/repo-command-parameter.hpp
+++ b/src/repo-command-parameter.hpp
@@ -21,6 +21,7 @@
#define REPO_REPO_COMMAND_PARAMETER_HPP
#include <ndn-cxx/encoding/encoding-buffer.hpp>
+#include <ndn-cxx/encoding/block-helpers.hpp>
#include <ndn-cxx/name.hpp>
#include <ndn-cxx/selectors.hpp>
#include "repo-tlv.hpp"