mirror of
https://github.com/CrowCpp/Crow.git
synced 2026-01-18 16:31:17 +01:00
Fix a regression on MacOS (#1095)
On apple cland updated as of mid august the compiler complains about std::this_thread::yeld() missing See also https://github.com/CrowCpp/Crow/pull/1094
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include <array>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
#include "crow/logging.h"
|
||||
#include "crow/socket_adaptors.h"
|
||||
#include "crow/http_request.h"
|
||||
|
||||
Reference in New Issue
Block a user