uuid.hpp 349 B

123456789101112
  1. #ifndef BOOST_UUID_HPP_INCLUDED
  2. #define BOOST_UUID_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/uuid.hpp>
  7. #include <boost/uuid/uuid_io.hpp>
  8. #include <boost/uuid/uuid_generators.hpp>
  9. #endif // #ifndef BOOST_UUID_HPP_INCLUDED