mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +00:00
11 lines
169 B
Diff
11 lines
169 B
Diff
|
|
--- a/ggml/src/iqk/iqk_common.h
|
||
|
|
+++ b/ggml/src/iqk/iqk_common.h
|
||
|
|
@@ -9,6 +9,7 @@
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "iqk_config.h"
|
||
|
|
+#include <cstdint>
|
||
|
|
|
||
|
|
#if defined IQK_IMPLEMENT
|
||
|
|
|