diff --git a/llama_util.h b/llama_util.h index c7f165654..b6e68e160 100755 --- a/llama_util.h +++ b/llama_util.h @@ -30,6 +30,8 @@ #include #include #include // for _fseeki64 +#else + #include #endif #define LLAMA_ASSERT(x) \