From a334cde17b8187fc68ad76196065a549c94d9242 Mon Sep 17 00:00:00 2001 From: Tao He Date: Wed, 15 Sep 2021 14:43:38 +0800 Subject: [PATCH] Fixes. Signed-off-by: Tao He --- etcd/v3/Transaction.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/etcd/v3/Transaction.hpp b/etcd/v3/Transaction.hpp index fbad6da..bc561b8 100644 --- a/etcd/v3/Transaction.hpp +++ b/etcd/v3/Transaction.hpp @@ -2,6 +2,7 @@ #define V3_SRC_TRANSACTION_HPP_ #include +#include namespace etcdserverpb { class TxnRequest;