Adding namespace nlsr
diff --git a/src/nlsr.hpp b/src/nlsr.hpp
index 5762916..8f569c4 100644
--- a/src/nlsr.hpp
+++ b/src/nlsr.hpp
@@ -19,7 +19,7 @@
 //testing
 #include "nlsr_test.hpp"
 
-
+namespace nlsr {
 
 using namespace ndn;
 using namespace std;
@@ -235,4 +235,6 @@
 
 };
 
+} //namespace nlsr
+
 #endif