2013-08-08 09:54:33 +00:00
|
|
|
/*=============================================================================
|
2015-01-10 10:13:57 +00:00
|
|
|
Copyright (c) 2011-2015 Bolero MURAKAMI
|
2013-08-08 09:54:33 +00:00
|
|
|
https://github.com/bolero-MURAKAMI/Sprout
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
=============================================================================*/
|
2011-10-25 09:16:27 +00:00
|
|
|
#ifndef SPROUT_UUID_HPP
|
|
|
|
#define SPROUT_UUID_HPP
|
|
|
|
|
|
|
|
#include <sprout/config.hpp>
|
|
|
|
#include <sprout/uuid/uuid.hpp>
|
2012-07-15 12:20:56 +00:00
|
|
|
#include <sprout/uuid/io.hpp>
|
|
|
|
#include <sprout/uuid/hash.hpp>
|
|
|
|
#include <sprout/uuid/tuple.hpp>
|
|
|
|
#include <sprout/uuid/generators.hpp>
|
2013-04-14 10:42:34 +00:00
|
|
|
#include <sprout/uuid/namespaces.hpp>
|
2012-03-18 13:04:09 +00:00
|
|
|
#include <sprout/uuid/udl.hpp>
|
2011-10-25 09:16:27 +00:00
|
|
|
|
|
|
|
#endif // #ifndef SPROUT_UUID_HPP
|