harness: add missing stdexcept header (#1783)

Required for std::runtime_error.

Signed-off-by: Kévin Petit <kpet@free.fr>
This commit is contained in:
Kévin Petit
2023-07-19 13:47:18 +01:00
committed by GitHub
parent c3babfeebb
commit 3a1daafd5a

View File

@@ -18,6 +18,7 @@
#define STRING_HELPERS_H
#include <memory>
#include <stdexcept>
#include <string>
inline std::string concat_kernel(const char *sstr[], int num)