Skip to content

Commit

Permalink
fix:txn compile error in ubuntu (#2128)
Browse files Browse the repository at this point in the history
Signed-off-by: LeeHao <1838249551@qq.com>
  • Loading branch information
ForestLH authored Nov 20, 2023
1 parent 8002177 commit 142a0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pika_transaction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.

#include "include/pika_transaction.h"
#include <memory>
#include "include/pika_admin.h"
#include "include/pika_client_conn.h"
#include "include/pika_define.h"
#include "include/pika_list.h"
#include "include/pika_rm.h"
#include "include/pika_server.h"
#include "include/pika_transaction.h"

extern std::unique_ptr<PikaServer> g_pika_server;
extern std::unique_ptr<PikaReplicaManager> g_pika_rm;
Expand Down

0 comments on commit 142a0c9

Please sign in to comment.