From 1aff35524d479a90fb7a95d095be993ede3ca9ae Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:32:31 +0800 Subject: [PATCH] fixed compile issues for ci --- otherarch/utils.cpp | 1 + otherarch/utils.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/utils.cpp b/otherarch/utils.cpp index 8685dcce3..64a581c07 100644 --- a/otherarch/utils.cpp +++ b/otherarch/utils.cpp @@ -1,4 +1,5 @@ #include "utils.h" +#include "common.h" #include #include diff --git a/otherarch/utils.h b/otherarch/utils.h index f3383bdb4..e0b8a8b4f 100644 --- a/otherarch/utils.h +++ b/otherarch/utils.h @@ -7,7 +7,6 @@ #include #include #include -#include "common.h" #include "ggml_v3.h" //