Merge pull request #1666 from jbeich/boost

Unbreak build against Boost 1.68
This commit is contained in:
John Wiegley 2018-07-09 08:48:14 -07:00 committed by GitHub
commit e2bad41fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,11 @@
#ifndef _UTILS_H
#define _UTILS_H
#if (BOOST_VERSION >= 106600)
#include <boost/uuid/detail/sha1.hpp>
#else
#include <boost/uuid/sha1.hpp>
#endif
/**
* @name Default values