From 5162b8aa80119f0c969146b1fb6cf3674bba660b Mon Sep 17 00:00:00 2001 From: Dan Wang Date: Mon, 12 Aug 2024 16:02:30 +0800 Subject: [PATCH] fix IWYU --- src/replica/duplication/test/mutation_batch_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/replica/duplication/test/mutation_batch_test.cpp b/src/replica/duplication/test/mutation_batch_test.cpp index a82e3692d6..b5214aa8b3 100644 --- a/src/replica/duplication/test/mutation_batch_test.cpp +++ b/src/replica/duplication/test/mutation_batch_test.cpp @@ -36,6 +36,7 @@ #include "replica/prepare_list.h" #include "runtime/task/task_code.h" #include "utils/autoref_ptr.h" +#include "utils/blob.h" namespace dsn { namespace replication {