led_ctrl/include/toml11/location.hpp

11 lines
246 B
C++
Raw Normal View History

2025-06-05 09:03:12 +08:00
#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