commit | b1710aac0b50709895f3be00cc68265d19ef01fd | [log] [tgz] |
---|---|---|
author | akmhoque <akmhoque@gmail.com> | Wed Feb 19 17:13:36 2014 -0600 |
committer | akmhoque <akmhoque@gmail.com> | Wed Feb 19 17:13:36 2014 -0600 |
tree | 08eb8a3e7f98e14f8afed07ef70aae586b57336f | |
parent | 1a4810947f0e61f1cbf91972fb0e91ed58508388 [diff] [blame] |
Adding namespace nlsr
diff --git a/src/nlsr_adjacent.hpp b/src/nlsr_adjacent.hpp index 910b8a9..86a6cf5 100644 --- a/src/nlsr_adjacent.hpp +++ b/src/nlsr_adjacent.hpp
@@ -1,6 +1,8 @@ #ifndef ADJACENT_HPP #define ADJACENT_HPP +namespace nlsr { + using namespace std; class Adjacent{ @@ -78,4 +80,6 @@ std::ostream& operator << (std::ostream &os, Adjacent &adj); +} // namespace nlsr + #endif