add missing vector header (#1275)

[ROCm/composable_kernel commit: 08d51d9bc4]
This commit is contained in:
Illia Silin
2024-05-02 11:27:59 -07:00
committed by GitHub
parent 9e8d625b46
commit ba9ffb86c7

View File

@@ -5,6 +5,7 @@
#include <hip/hip_runtime.h>
#include <set>
#include <vector>
#include "ck/ck.hpp"
#include "ck/stream_config.hpp"