mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-12 13:28:37 +00:00
fix: include extra header files to prevent compile errors on some platforms
This commit is contained in:
parent
f5d174f9ab
commit
228e94b924
@ -10,6 +10,8 @@
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
#include <iterator>
|
||||
|
||||
#include "ggml/ggml.h"
|
||||
#include "stable-diffusion.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user