mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2025-12-13 05:48:56 +00:00
fix: avoid build fail on msvc (#93)
This commit is contained in:
parent
f469b835a3
commit
47dd704198
@ -1,6 +1,7 @@
|
|||||||
#ifndef __STABLE_DIFFUSION_H__
|
#ifndef __STABLE_DIFFUSION_H__
|
||||||
#define __STABLE_DIFFUSION_H__
|
#define __STABLE_DIFFUSION_H__
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user