commit | 6fa00d923c614eacbf1c89e3bf428f6841c84769 | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Fri May 19 19:31:44 2017 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Fri May 19 19:31:46 2017 -0500 |
tree | 54702ec3c6ca26c70e8db1099b2c90c55645bcfd | |
parent | b4567f40fb9f8876264c8483559efe5faef52baa [diff] |
Add missing dispatcher header to fix compilation Change-Id: I7a7c637e74974c546bfc2c70fa39e850e8dbeaa2
diff --git a/src/update/nfd-rib-command-processor.hpp b/src/update/nfd-rib-command-processor.hpp index 8d9cba6..a022b58 100644 --- a/src/update/nfd-rib-command-processor.hpp +++ b/src/update/nfd-rib-command-processor.hpp
@@ -30,6 +30,7 @@ #include <ndn-cxx/mgmt/nfd/control-command.hpp> #include <ndn-cxx/mgmt/nfd/control-parameters.hpp> +#include <ndn-cxx/mgmt/dispatcher.hpp> #include <ndn-cxx/encoding/tlv-nfd.hpp> #include <boost/noncopyable.hpp>