mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
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:
@@ -18,6 +18,7 @@
|
||||
#define STRING_HELPERS_H
|
||||
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
||||
inline std::string concat_kernel(const char *sstr[], int num)
|
||||
|
||||
Reference in New Issue
Block a user