build: Fixing of includes
diff --git a/apps/ndn-consumer-cbr.hpp b/apps/ndn-consumer-cbr.hpp
index 0f875c8..ebe015f 100644
--- a/apps/ndn-consumer-cbr.hpp
+++ b/apps/ndn-consumer-cbr.hpp
@@ -22,7 +22,7 @@
 #ifndef NDN_CONSUMER_CBR_H
 #define NDN_CONSUMER_CBR_H
 
-#include "ndn-consumer.h"
+#include "ndn-consumer.hpp"
 
 namespace ns3 {
 namespace ndn {