build: Fixing of includes
diff --git a/helper/ndn-face-container.hpp b/helper/ndn-face-container.hpp
index e1566e6..f430c96 100644
--- a/helper/ndn-face-container.hpp
+++ b/helper/ndn-face-container.hpp
@@ -26,7 +26,7 @@
 
 #include "ns3/ptr.h"
 #include "ns3/simple-ref-count.h"
-#include "ns3/ndn-face.h"
+#include "ns3/ndn-face.hpp"
 
 namespace ns3 {
 namespace ndn {