#ifndef TOML11_SOURCE_LOCATION_HPP #define TOML11_SOURCE_LOCATION_HPP #include "fwd/source_location_fwd.hpp" // IWYU pragma: export #if ! defined(TOML11_COMPILE_SOURCES) #include "impl/source_location_impl.hpp" // IWYU pragma: export #endif #endif // TOML11_SOURCE_LOCATION_HPP