Fix #include guard of boost/fusion/include/has_key.hpp. Fixes #4070

[SVN r62828]
This commit is contained in:
Steven Watanabe
2010-06-12 00:52:14 +00:00
parent d250c447b2
commit d5f6d5eafe

View File

@ -5,7 +5,7 @@
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#if !defined(FUSION_INCLUDE_HAS_KEY)
#define FUSION_INCLUDE_EMPTY
#define FUSION_INCLUDE_HAS_KEY
#include <boost/fusion/sequence/intrinsic/has_key.hpp>