src: Updating code to compile with the latest ndn-cxx library

This commit includes updates against the latest Face API and replaces
uses of deprecated methods.

Change-Id: I33ad398d26f8faf9f9627ff329ce0936e0911ab2
diff --git a/core/face-monitor.hpp b/core/face-monitor.hpp
index 28cfdbd..459b181 100644
--- a/core/face-monitor.hpp
+++ b/core/face-monitor.hpp
@@ -32,7 +32,7 @@
 
 namespace ndn {
 class Face;
-struct PendingInterestId;
+class PendingInterestId;
 }
 
 namespace nfd {