Fix windows build

This commit is contained in:
Piotr Wilkin 2026-02-07 23:55:53 +01:00
parent 92acde0890
commit 29ce31b1a3
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
#include "jinja/lexer.h"
#include "jinja/caps.h"
#ifdef WIN32
#include <regex>
#endif
using json = nlohmann::ordered_json;
static int main_automated_tests(void);