ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/next_prior.hpp b/include/ndnboost/next_prior.hpp
index fe00ff1..4e60280 100644
--- a/include/ndnboost/next_prior.hpp
+++ b/include/ndnboost/next_prior.hpp
@@ -9,8 +9,8 @@
// Revision History
// 13 Dec 2003 Added next(x, n) and prior(x, n) (Daniel Walker)
-#ifndef BOOST_NEXT_PRIOR_HPP_INCLUDED
-#define BOOST_NEXT_PRIOR_HPP_INCLUDED
+#ifndef NDNBOOST_NEXT_PRIOR_HPP_INCLUDED
+#define NDNBOOST_NEXT_PRIOR_HPP_INCLUDED
#include <iterator>
@@ -48,4 +48,4 @@
} // namespace ndnboost
-#endif // BOOST_NEXT_PRIOR_HPP_INCLUDED
+#endif // NDNBOOST_NEXT_PRIOR_HPP_INCLUDED