[CK_TILE] add missing vector header (#1537)

* add missing vector header

* Re-format header using remod.py

---------

Co-authored-by: Po Yen, Chen <PoYen.Chen@amd.com>

[ROCm/composable_kernel commit: 8e4c3fb1bc]
This commit is contained in:
Illia Silin
2024-10-01 07:58:20 -07:00
committed by GitHub
parent beea8fa1f7
commit 0c80997b0e
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
#pragma once
#include <initializer_list>
#include <vector>
#include "ck_tile/core/config.hpp"
#include "ck_tile/core/numeric/integer.hpp"