fix build with sycl

This commit is contained in:
jianyuzh 2024-01-15 14:18:19 +08:00 committed by Meng, Hengyu
parent ca2cb6982a
commit 95daece908

View file

@ -7,7 +7,11 @@
#include <cmath>
#include <numeric>
#ifndef GGML_USE_SYCL
#include <cassert>
#endif
#include <vector>
#include <algorithm>