Skip to content

Commit 165b525

Browse files
author
ochafik
committed
add missing functional import for gcc compilation
1 parent e7f9d3e commit 165b525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/chat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#pragma once
44

55
#include "common.h"
6-
#include "regex-partial.h"
6+
#include <functional>
77
#include <string>
88
#include <vector>
99

0 commit comments

Comments
 (0)