aboutsummaryrefslogtreecommitdiffstats
path: root/std.hh
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-06-13 11:33:41 +0100
committerLexi Winter <ivy@FreeBSD.org>2025-06-15 18:53:58 +0100
commit13d33ca246fa07d4778deb88ccde1d347bcc6c07 (patch)
treed385ca4fbe9bb95bde288f7799dbab1be4e1e05e /std.hh
parent722c03e547a1370857878ea7db27be6111aae8b1 (diff)
downloadlfjail-13d33ca246fa07d4778deb88ccde1d347bcc6c07.tar.gz
lfjail-13d33ca246fa07d4778deb88ccde1d347bcc6c07.tar.bz2
updates
Diffstat (limited to 'std.hh')
-rw-r--r--std.hh22
1 files changed, 22 insertions, 0 deletions
diff --git a/std.hh b/std.hh
new file mode 100644
index 0000000..68a68c6
--- /dev/null
+++ b/std.hh
@@ -0,0 +1,22 @@
+#include <array>
+#include <cassert>
+#include <cstdint>
+#include <concepts>
+#include <exception>
+#include <format>
+#include <functional>
+#include <iterator>
+#include <iostream>
+#include <locale>
+#include <map>
+#include <new>
+#include <optional>
+#include <print>
+#include <ranges>
+#include <span>
+#include <stdexcept>
+#include <string>
+#include <system_error>
+#include <type_traits>
+#include <utility>
+#include <vector>