mirror of
https://github.com/minetest/minetest.git
synced 2024-11-20 14:43:45 +01:00
9da5c5e2d0
Note: the <filesystem> header is not included in the default precompiled_headers.txt, because we don't use it yet, and it might be big
104 lines
988 B
Plaintext
104 lines
988 B
Plaintext
|
|
# stdlib
|
|
# ------
|
|
|
|
# C stuff:
|
|
<cassert>
|
|
<cctype>
|
|
<cerrno>
|
|
<cfenv>
|
|
<cfloat>
|
|
<cinttypes>
|
|
<ciso646>
|
|
<climits>
|
|
<clocale>
|
|
<cmath>
|
|
<csetjmp>
|
|
<csignal>
|
|
<cstdarg>
|
|
<cstdbool>
|
|
<cstddef>
|
|
<cstdint>
|
|
<cstdio>
|
|
<cstdlib>
|
|
<cstring>
|
|
<ctgmath>
|
|
<ctime>
|
|
<cuchar>
|
|
<cwchar>
|
|
<cwctype>
|
|
|
|
# Containers:
|
|
<array>
|
|
<deque>
|
|
<forward_list>
|
|
<list>
|
|
<map>
|
|
<queue>
|
|
<set>
|
|
<stack>
|
|
<unordered_map>
|
|
<unordered_set>
|
|
<vector>
|
|
|
|
# Input/Output:
|
|
<fstream>
|
|
<iomanip>
|
|
<ios>
|
|
<iosfwd>
|
|
<iostream>
|
|
<istream>
|
|
<ostream>
|
|
<sstream>
|
|
<streambuf>
|
|
|
|
# Multi-threading:
|
|
<atomic>
|
|
<condition_variable>
|
|
<future>
|
|
<mutex>
|
|
<shared_mutex>
|
|
<thread>
|
|
|
|
# Other:
|
|
<algorithm>
|
|
<any>
|
|
<bitset>
|
|
<charconv>
|
|
<chrono>
|
|
<codecvt>
|
|
<complex>
|
|
<exception>
|
|
<execution>
|
|
<functional>
|
|
<initializer_list>
|
|
<iterator>
|
|
<limits>
|
|
<locale>
|
|
<memory>
|
|
<memory_resource>
|
|
<new>
|
|
<numeric>
|
|
<optional>
|
|
<random>
|
|
<ratio>
|
|
<regex>
|
|
<stdexcept>
|
|
<string>
|
|
<string_view>
|
|
<system_error>
|
|
<tuple>
|
|
<typeindex>
|
|
<typeinfo>
|
|
<type_traits>
|
|
<utility>
|
|
<valarray>
|
|
<variant>
|
|
|
|
|
|
# libs
|
|
# ----
|
|
|
|
# jsoncpp
|
|
<json/json.h>
|