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

Add missing includes

These seem to have all fallen out of a recent Boost update to 1.81 which
dropped some internal includes. All of these uses within columnstore
relied on these transitive includes, so explicitly include what we need
to fix build.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-01-17 01:18:41 +00:00
parent 35c8359d90
commit 20b5dbb617
5 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,8 @@
*/
#include "secrets.h"
#include <array>
#include <cstdint>
#include <cctype>
#include <fstream>
#include <pwd.h>