v1.0
This commit is contained in:
10
src/toml11/datetime.hpp
Normal file
10
src/toml11/datetime.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef TOML11_DATETIME_HPP
|
||||
#define TOML11_DATETIME_HPP
|
||||
|
||||
#include "fwd/datetime_fwd.hpp" // IWYU pragma: export
|
||||
|
||||
#if ! defined(TOML11_COMPILE_SOURCES)
|
||||
#include "impl/datetime_impl.hpp" // IWYU pragma: export
|
||||
#endif
|
||||
|
||||
#endif // TOML11_DATETIME_HPP
|
||||
Reference in New Issue
Block a user