ndnboost:  Also replace header include guards which don't start with BOOST_ .
diff --git a/include/ndnboost/type_traits/integral_promotion.hpp b/include/ndnboost/type_traits/integral_promotion.hpp
index 48cfffe..0871147 100644
--- a/include/ndnboost/type_traits/integral_promotion.hpp
+++ b/include/ndnboost/type_traits/integral_promotion.hpp
@@ -3,8 +3,8 @@
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
 
-#ifndef FILE_boost_type_traits_integral_promotion_hpp_INCLUDED
-#define FILE_boost_type_traits_integral_promotion_hpp_INCLUDED
+#ifndef FILE_ndnboost_type_traits_integral_promotion_hpp_INCLUDED
+#define FILE_ndnboost_type_traits_integral_promotion_hpp_INCLUDED
 
 #include <ndnboost/config.hpp>
 
@@ -191,5 +191,5 @@
 
 #include <ndnboost/type_traits/detail/type_trait_undef.hpp>
 
-#endif // #ifndef FILE_boost_type_traits_integral_promotion_hpp_INCLUDED
+#endif // #ifndef FILE_ndnboost_type_traits_integral_promotion_hpp_INCLUDED