mirror of
https://github.com/boostorg/variant.git
synced 2026-01-19 04:42:16 +00:00
Add missing include
Allow header file to be built standalone, in a clang C++ modules context.
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
#ifndef BOOST_VARIANT_BAD_VISIT_HPP
|
||||
#define BOOST_VARIANT_BAD_VISIT_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
#include <exception>
|
||||
|
||||
namespace boost {
|
||||
|
||||
Reference in New Issue
Block a user