diff --git a/utils/common/collation.h b/utils/common/collation.h new file mode 100644 index 000000000..db7b7cf26 --- /dev/null +++ b/utils/common/collation.h @@ -0,0 +1,8 @@ +// These are the common headers needed to use the MariaDB collation library + +// This must be included after any boost headers, or anything that includes +// boost headers. and boost are not friends. +#include +#undef set_bits // mariadb.h defines set_bits, which is incompatible with boost +#include +#include