1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

fix(compilation): fix compilation with gcc 13.2.1 (#3069)

* bump-version

* fix compilation with gcc 13.2.1

---------

Co-authored-by: Leonid Fedorov <leonid.fedorov@mariadb.com>
Co-authored-by: Sergei Golubchik <serg@mariadb.com>
This commit is contained in:
drrtuy
2024-08-29 12:27:52 +01:00
committed by GitHub
parent baae1f66a5
commit 502546d8f1
9 changed files with 16 additions and 8 deletions

View File

@@ -23,6 +23,7 @@
#include <boost/thread/condition_variable.hpp>
#include "bytestream.h"
#include <deque>
namespace idbdatafile
{