You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
C++20 fixes
This commit is contained in:
@ -28,13 +28,8 @@
|
||||
#include <string>
|
||||
#include <boost/any.hpp>
|
||||
#include <vector>
|
||||
#ifdef _MSC_VER
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <stdio.h>
|
||||
#else
|
||||
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
#ifdef __linux__
|
||||
#define POSIX_REGEX
|
||||
@ -43,7 +38,7 @@
|
||||
#ifdef POSIX_REGEX
|
||||
#include <regex.h>
|
||||
#else
|
||||
#include <boost/regex.hpp>
|
||||
#include <regex>
|
||||
#endif
|
||||
|
||||
#include "mcs_datatype.h"
|
||||
|
Reference in New Issue
Block a user