From cb3952e7dfc5def99d5c7e1c920696019fa7583d Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Wed, 12 Jun 2024 09:32:05 +0000 Subject: [PATCH] use local includes - json --- test/tap/tests/test_binlog_reader-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/test_binlog_reader-t.cpp b/test/tap/tests/test_binlog_reader-t.cpp index 82eaf7f61..f4cfaca5d 100644 --- a/test/tap/tests/test_binlog_reader-t.cpp +++ b/test/tap/tests/test_binlog_reader-t.cpp @@ -30,7 +30,7 @@ #include "mysql.h" #include "mysqld_error.h" -#include +#include "json.hpp" #include "tap.h" #include "command_line.h"