2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-01-28 07:22:26 +00:00

Added wrapper mysql.hpp file

This commit is contained in:
ruben
2020-04-20 12:15:24 +01:00
parent 1ae738c35b
commit 536fa59cec
9 changed files with 20 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "boost/mysql/connection.hpp"
#include "boost/mysql/mysql.hpp"
#include <boost/asio/io_service.hpp>
#include <boost/system/system_error.hpp>
#include <iostream>