Skip to content

Commit 55a7614

Browse files
author
ochafik
committed
add missing <regex> include to test-chat-template
1 parent f999ff5 commit 55a7614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-chat-template.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <string>
22
#include <vector>
33
#include <sstream>
4+
#include <regex>
45

56
#undef NDEBUG
67
#include <cassert>

0 commit comments

Comments
 (0)