add missing stdexcept header (#1740)

[ROCm/composable_kernel commit: 357a0b1c57]
This commit is contained in:
Illia Silin
2024-12-10 15:16:03 -08:00
committed by GitHub
parent fe12a2dc1a
commit 4025f1c1d2

View File

@@ -4,6 +4,7 @@
#include <hip/hip_runtime_api.h>
#include <memory>
#include <string>
#include <stdexcept>
namespace rtc {