Skip to content

Commit 08d38e4

Browse files
author
Jaideep Karande
committed
Bug#25495393: GROUP REPLICATION CAN USE SOME VERBOSITY IN THE ERROR LOG
Handled failing builds due to missing sstream header file.
1 parent bfd0495 commit 08d38e4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rapid/plugin/group_replication/include/member_info.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
*/
2323

2424
#include <string>
25+
#include <sstream>
2526
#include <map>
2627
#include <vector>
2728
#include <set>

rapid/plugin/group_replication/src/gcs_event_handlers.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <algorithm>
1717
#include <string>
18+
#include <sstream>
1819
#include <vector>
1920

2021
#include "gcs_event_handlers.h"

0 commit comments

Comments
 (0)