mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
11 lines
270 B
C++
11 lines
270 B
C++
|
#ifndef SPROUT_UUID_HPP
|
||
|
#define SPROUT_UUID_HPP
|
||
|
|
||
|
#include <sprout/config.hpp>
|
||
|
#include <sprout/uuid/uuid.hpp>
|
||
|
#include <sprout/uuid/uuid_io.hpp>
|
||
|
#include <sprout/uuid/uuid_hash.hpp>
|
||
|
#include <sprout/uuid/uuid_generators.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_UUID_HPP
|