fix: avoid build fail on msvc (#93)

This commit is contained in:
旺旺碎冰冰 2023-11-28 20:49:11 +08:00 committed by GitHub
parent f469b835a3
commit 47dd704198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
#ifndef __STABLE_DIFFUSION_H__
#define __STABLE_DIFFUSION_H__
#include <string>
#include <memory>
#include <vector>