Skip to content

Commit 47dd704

Browse files
authored
fix: avoid build fail on msvc (leejet#93)
1 parent f469b83 commit 47dd704

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stable-diffusion.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef __STABLE_DIFFUSION_H__
22
#define __STABLE_DIFFUSION_H__
33

4+
#include <string>
45
#include <memory>
56
#include <vector>
67

0 commit comments

Comments
 (0)