2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Add missing includes

This commit is contained in:
Peter Dimov
2025-12-21 16:34:25 +02:00
parent 216e3c3287
commit 6180c2600d
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
#include <thread>
#include <set>
#include <vector>
#include <functional> // std::ref
#if defined(BOOST_LIBSTDCXX_VERSION) && BOOST_LIBSTDCXX_VERSION >= 130000
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114865

View File

@@ -11,6 +11,7 @@
#include <thread>
#include <set>
#include <vector>
#include <functional> // std::ref
#if defined(BOOST_LIBSTDCXX_VERSION) && BOOST_LIBSTDCXX_VERSION >= 130000
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114865