Include common uarch.h in all backends (fixes include issue)

This commit is contained in:
Dr-Noob
2025-10-15 07:36:36 +02:00
parent 044a52aab7
commit 3e8b87a888
6 changed files with 6 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
#define __HSA_UARCH__
#include "../common/gpu.hpp"
#include "../common/uarch.hpp"
struct uarch;