// // Copyright (c) 2019-2023 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BHO_MYSQL_SRC_HPP #define BHO_MYSQL_SRC_HPP // This file is meant to be included once, in a translation unit of // the program, with the macro BHO_MYSQL_SEPARATE_COMPILATION defined. #include #ifndef BHO_MYSQL_SEPARATE_COMPILATION #error You need to define BHO_MYSQL_SEPARATE_COMPILATION in all translation units that use the compiled version of BHO.MySQL, \ as well as the one where this file is included. #endif #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif