ndnboost:  Also replace header include guards which don't start with BOOST_ .
diff --git a/include/ndnboost/throw_exception.hpp b/include/ndnboost/throw_exception.hpp
index 9ee3ca5..475a9f2 100644
--- a/include/ndnboost/throw_exception.hpp
+++ b/include/ndnboost/throw_exception.hpp
@@ -1,5 +1,5 @@
-#ifndef UUID_AA15E74A856F11E08B8D93F24824019B
-#define UUID_AA15E74A856F11E08B8D93F24824019B
+#ifndef NDNBOOST_UUID_AA15E74A856F11E08B8D93F24824019B
+#define NDNBOOST_UUID_AA15E74A856F11E08B8D93F24824019B
 #if defined(__GNUC__) && !defined(NDNBOOST_EXCEPTION_ENABLE_WARNINGS)
 #pragma GCC system_header
 #endif