mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 19:10:11 +08:00
11 lines
246 B
C++
11 lines
246 B
C++
#ifndef TOML11_LOCATION_HPP
|
|
#define TOML11_LOCATION_HPP
|
|
|
|
#include "fwd/location_fwd.hpp" // IWYU pragma: export
|
|
|
|
#if ! defined(TOML11_COMPILE_SOURCES)
|
|
#include "impl/location_impl.hpp" // IWYU pragma: export
|
|
#endif
|
|
|
|
#endif // TOML11_LOCATION_HPP
|