Adding namespace nlsr
diff --git a/src/nlsr_fib.cpp b/src/nlsr_fib.cpp
index 776e2d6..54b6834 100644
--- a/src/nlsr_fib.cpp
+++ b/src/nlsr_fib.cpp
@@ -4,6 +4,8 @@
 #include "nlsr_nhl.hpp"
 #include "nlsr.hpp"
 
+namespace nlsr {
+
 using namespace std;
 using namespace ndn;
 
@@ -166,3 +168,5 @@
 		cout<<(*it);
 	}
 }
+
+} //namespace nlsr