aboutsummaryrefslogtreecommitdiff
path: root/src/_pch.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-13 12:18:27 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-13 12:18:27 +0200
commit6177a3c6b5a05ac2c64978ccf3ca11de9793505b (patch)
treef0b0e06c2c7c4f97c0069a0822574dd449e27296 /src/_pch.h
parentdddc28153796f9c8eb256eddb335c8643226fd0b (diff)
downloadlanes-6177a3c6b5a05ac2c64978ccf3ca11de9793505b.tar.gz
lanes-6177a3c6b5a05ac2c64978ccf3ca11de9793505b.tar.bz2
lanes-6177a3c6b5a05ac2c64978ccf3ca11de9793505b.zip
A small step toward making clang happy
Diffstat (limited to 'src/_pch.h')
-rw-r--r--src/_pch.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/_pch.h b/src/_pch.h
index a7de846..6dc0cb5 100644
--- a/src/_pch.h
+++ b/src/_pch.h
@@ -6,15 +6,18 @@
6#include <bit> 6#include <bit>
7#include <cassert> 7#include <cassert>
8#include <chrono> 8#include <chrono>
9#include <compare>
9#include <condition_variable> 10#include <condition_variable>
10#include <functional> 11#include <functional>
11#include <iostream> 12#include <iostream>
13#ifndef __PROSPERO__
12#include <latch> 14#include <latch>
15#endif // __PROSPERO__
13#include <mutex> 16#include <mutex>
14#include <optional> 17#include <optional>
15#include <ranges> 18#include <ranges>
16#include <source_location> 19#include <source_location>
17#include <stop_token> 20//#include <stop_token>
18#include <string_view> 21#include <string_view>
19#include <thread> 22#include <thread>
20#include <tuple> 23#include <tuple>