2
0
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:
Vassil Vassilev
2020-07-19 02:45:36 +03:00
committed by GitHub
parent 619d3dcc0f
commit 9bd4ae5684

View File

@@ -13,6 +13,8 @@
#ifndef BOOST_VARIANT_BAD_VISIT_HPP
#define BOOST_VARIANT_BAD_VISIT_HPP
#include <boost/config.hpp>
#include <exception>
namespace boost {