exception: add missing #include

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2025-06-17 16:37:40 +02:00
parent 5f2b243942
commit 19a3ee3af2

View File

@ -7,6 +7,7 @@
#include "compat.hpp" #include "compat.hpp"
#include <stdexcept> #include <stdexcept>
#include <string>
namespace stdex namespace stdex
{ {