fix: avoid encountering 'std::set undefined' in some environments

This commit is contained in:
leejet 2024-01-02 22:37:01 +08:00
parent 7fb8a51318
commit 7cb41b190f

View File

@ -6,6 +6,7 @@
#include <memory>
#include <string>
#include <vector>
#include <set>
#include "ggml/ggml-backend.h"
#include "ggml/ggml.h"