mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-20 05:33:37 +08:00
* Fix compilation issue in `vulkan-shaders-gen`
e31a4f6797 broke compilation on w64devkit. Including `algorithm` seems to fix that.
* Guard it under `#ifdef _WIN32`