Skip to content

Commit

Permalink
fix: avoid encountering 'std::set undefined' in some environments
Browse files Browse the repository at this point in the history
  • Loading branch information
leejet committed Jan 2, 2024
1 parent 7fb8a51 commit 7cb41b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <memory>
#include <string>
#include <vector>
#include <set>

#include "ggml/ggml-backend.h"
#include "ggml/ggml.h"
Expand Down

0 comments on commit 7cb41b1

Please sign in to comment.