Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/uuid/uuid_generators.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 // Boost uuid_generators.hpp header file ----------------------------------------------// | |
2 | |
3 // Copyright 2006 Andy Tompkins. | |
4 // Distributed under the Boost Software License, Version 1.0. (See | |
5 // accompanying file LICENSE_1_0.txt or copy at | |
6 // http://www.boost.org/LICENSE_1_0.txt) | |
7 | |
8 // Revision History | |
9 // 06 Feb 2006 - Initial Revision | |
10 | |
11 #ifndef BOOST_UUID_GENERATORS_HPP | |
12 #define BOOST_UUID_GENERATORS_HPP | |
13 | |
14 #include <boost/uuid/nil_generator.hpp> | |
15 #include <boost/uuid/string_generator.hpp> | |
16 #include <boost/uuid/name_generator.hpp> | |
17 #include <boost/uuid/random_generator.hpp> | |
18 | |
19 #endif //BOOST_UUID_GENERATORS_HPP |