uuid_serialize.hpp 401 B

12345678910111213
  1. #ifndef BOOST_UUID_UUID_SERIALIZE_HPP_INCLUDED
  2. #define BOOST_UUID_UUID_SERIALIZE_HPP_INCLUDED
  3. // Copyright 2007 Andy Tompkins.
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. // This header is no longer needed and is only retained
  7. // for backward compatibility.
  8. #include <boost/uuid/uuid.hpp>
  9. #endif // BOOST_UUID_UUID_SERIALIZE_HPP_INCLUDED