Skip to content

Commit 56aa93c

Browse files
author
ochafik
committed
fix std imports for gcc build
1 parent 7ea6a06 commit 56aa93c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/common.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
#include "llama-cpp.h"
66

7+
#include <functional>
8+
#include <queue>
79
#include <string>
810
#include <vector>
911
#include <sstream>

0 commit comments

Comments
 (0)