diff --git a/include/boost/uuid/time_generator.hpp b/include/boost/uuid/time_generator.hpp new file mode 100644 index 00000000..4c61f252 --- /dev/null +++ b/include/boost/uuid/time_generator.hpp @@ -0,0 +1,12 @@ +#ifndef BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED +#define BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED + +// Copyright 2024 Peter Dimov +// Distributed under the Boost Software License, Version 1.0. +// https://www.boost.org/LICENSE_1_0.txt + +#include +#include +#include + +#endif // BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED diff --git a/include/boost/uuid/uuid_generators.hpp b/include/boost/uuid/uuid_generators.hpp index 19752bc2..7a7d216e 100644 --- a/include/boost/uuid/uuid_generators.hpp +++ b/include/boost/uuid/uuid_generators.hpp @@ -12,6 +12,6 @@ #include #include #include -#include +#include #endif //BOOST_UUID_UUID_GENERATORS_HPP_INCLUDED