build: == Dependency change == repo-ng now depends on ndn-cxx library
Change-Id: If8bde00b10f234bdf8177c49f2b5d7e632e62701
Refs: #1538
diff --git a/server/repo.hpp b/server/repo.hpp
index d5cb653..045e0e0 100644
--- a/server/repo.hpp
+++ b/server/repo.hpp
@@ -18,8 +18,8 @@
#include <iostream>
#include <fstream>
#include <vector>
-#include <ndn-cpp-dev/face.hpp>
-#include <ndn-cpp-dev/util/command-interest-validator.hpp>
+#include <ndn-cxx/face.hpp>
+#include <ndn-cxx/util/command-interest-validator.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/info_parser.hpp>