Merge pull request #1666 from jbeich/boost
Unbreak build against Boost 1.68
This commit is contained in:
commit
e2bad41fe6
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue