Skip to content

Commit

Permalink
Fix include guard in adapt_assoc_adt.hpp (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeWeller authored May 15, 2024
1 parent 7d4c03f commit 53da4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/fusion/include/adapt_assoc_adt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
==============================================================================*/

#ifndef BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADT_HPP
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADR_HPP
#define BOOST_FUSION_INCLUDE_ADAPT_ASSOC_ADT_HPP

#include <boost/fusion/support/config.hpp>
#include <boost/fusion/adapted/adt/adapt_assoc_adt.hpp>
Expand Down

0 comments on commit 53da4e0

Please sign in to comment.