13 lines
366 B
Diff
13 lines
366 B
Diff
|
diff --git a/sql/binlog/group_commit/bgc_ticket.h b/sql/binlog/group_commit/bgc_ticket.h
|
||
|
index 34c76ab2..307ae627 100644
|
||
|
--- a/sql/binlog/group_commit/bgc_ticket.h
|
||
|
+++ b/sql/binlog/group_commit/bgc_ticket.h
|
||
|
@@ -23,6 +23,7 @@
|
||
|
#ifndef BINLOG_BCG_TICKET_H
|
||
|
#define BINLOG_BCG_TICKET_H
|
||
|
|
||
|
+#include <cstdint>
|
||
|
#include <functional>
|
||
|
#include <limits>
|
||
|
#include <memory>
|