Added missing <stdexcept> header.

This commit is contained in:
Patrick 2024-08-15 10:02:39 +02:00
parent efedca0d3c
commit da348c1f40

View File

@ -9,6 +9,7 @@
#include <optional>
#include <ranges>
#include <span>
#include <stdexcept>
#include <string>
#include "../container/typeless_buffer.hpp"
#include "../util/exception.hpp"