ndnboost: Also replace header include guards which don't start with BOOST_ .
diff --git a/include/ndnboost/detail/iterator.hpp b/include/ndnboost/detail/iterator.hpp
index c2bb102..388a89b 100644
--- a/include/ndnboost/detail/iterator.hpp
+++ b/include/ndnboost/detail/iterator.hpp
@@ -47,8 +47,8 @@
// 06 Feb 2001 - Removed useless #includes of standard library headers
// (David Abrahams)
-#ifndef ITERATOR_DWA122600_HPP_
-# define ITERATOR_DWA122600_HPP_
+#ifndef ITERATOR_NDNBOOST_DWA122600_HPP_
+# define ITERATOR_NDNBOOST_DWA122600_HPP_
# include <ndnboost/config.hpp>
# include <iterator>
@@ -491,4 +491,4 @@
# undef NDNBOOST_BAD_CONTAINER_ITERATOR_CATEGORY_TYPEDEF
# undef NDNBOOST_BAD_OUTPUT_ITERATOR_SPECIALIZATION
-#endif // ITERATOR_DWA122600_HPP_
+#endif // ITERATOR_NDNBOOST_DWA122600_HPP_