From 47dd704198f46ee75b11cbaf3aa2b8f644df0be9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=BA=E6=97=BA=E7=A2=8E=E5=86=B0=E5=86=B0?= <38837039+Cyberhan123@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:49:11 +0800 Subject: [PATCH] fix: avoid build fail on msvc (#93) --- stable-diffusion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stable-diffusion.h b/stable-diffusion.h index 9502c49..d8e49bd 100644 --- a/stable-diffusion.h +++ b/stable-diffusion.h @@ -1,6 +1,7 @@ #ifndef __STABLE_DIFFUSION_H__ #define __STABLE_DIFFUSION_H__ +#include #include #include