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