mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
d7fbadb62c
fix sprout::uuid::string_generator
11 lines
302 B
C++
11 lines
302 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>
|
|
#include <sprout/uuid/udl.hpp>
|
|
|
|
#endif // #ifndef SPROUT_UUID_HPP
|