Skip to content

Commit a4bb4bc

Browse files
committed
Merge remote-tracking branch 'origin/release/8.0.24-fc34'
2 parents 1bf0aaa + ddf1ce6 commit a4bb4bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

devapi/tests/session-t.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include <iostream>
3333
#include <future>
3434
#include <chrono>
35+
#include <thread>
3536

3637
using std::cout;
3738
using std::endl;

include/mysqlx/common/util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#define MYSQLX_COMMON_UTIL_H
3333

3434
#include "api.h"
35+
#include <limits>
3536

3637
/*
3738
Macros used to disable warnings for fragments of code.

0 commit comments

Comments
 (0)