Fix errors on compilation with c++17
This commit is contained in:
parent
db4963048d
commit
58a12b67b2
@ -16,7 +16,12 @@
|
||||
#include <chrono>
|
||||
#include <numeric>
|
||||
#include <atomic>
|
||||
|
||||
#ifdef UUID_USING_CXX20_SPAN
|
||||
#include <span>
|
||||
#else
|
||||
#include <gsl/gsl>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user