ndnboost: Also rename BOOST_ to NDNBOOST_
diff --git a/include/ndnboost/unordered_set.hpp b/include/ndnboost/unordered_set.hpp
index 76a462d..3ce85ee 100644
--- a/include/ndnboost/unordered_set.hpp
+++ b/include/ndnboost/unordered_set.hpp
@@ -6,8 +6,8 @@
// See http://www.boost.org/libs/unordered for documentation
-#ifndef BOOST_UNORDERED_SET_HPP_INCLUDED
-#define BOOST_UNORDERED_SET_HPP_INCLUDED
+#ifndef NDNBOOST_UNORDERED_SET_HPP_INCLUDED
+#define NDNBOOST_UNORDERED_SET_HPP_INCLUDED
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
@@ -15,4 +15,4 @@
#include <ndnboost/unordered/unordered_set.hpp>
-#endif // BOOST_UNORDERED_SET_HPP_INCLUDED
+#endif // NDNBOOST_UNORDERED_SET_HPP_INCLUDED