Adding namespace nlsr
diff --git a/src/nlsr_rte.cpp b/src/nlsr_rte.cpp
index cc9feab..59325f0 100644
--- a/src/nlsr_rte.cpp
+++ b/src/nlsr_rte.cpp
@@ -3,6 +3,8 @@
 
 #include "nlsr_rte.hpp"
 
+namespace nlsr{
+
 using namespace std;
 
 ostream&
@@ -19,3 +21,5 @@
 	}
 	return os;
 }
+
+}//namespace nlsr