time_generator.hpp 411 B

123456789101112
  1. #ifndef BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED
  2. #define BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED
  3. // Copyright 2024 Peter Dimov
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. #include <boost/uuid/time_generator_v1.hpp>
  7. #include <boost/uuid/time_generator_v6.hpp>
  8. #include <boost/uuid/time_generator_v7.hpp>
  9. #endif // BOOST_UUID_TIME_GENERATOR_HPP_INCLUDED