fixed some includes
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#include "matador/object/attribute.hpp"
|
||||
|
||||
#include "matador/sql/dialect.hpp"
|
||||
#include "matador/sql/connection_info.hpp"
|
||||
#include "matador/sql/execute_result.hpp"
|
||||
|
||||
@@ -17,13 +18,11 @@ using blob_type_t = std::vector<unsigned char>;
|
||||
}
|
||||
|
||||
namespace matador::sql {
|
||||
|
||||
struct query_context;
|
||||
class query_result_impl;
|
||||
class statement_impl;
|
||||
|
||||
class connection_impl
|
||||
{
|
||||
class connection_impl {
|
||||
public:
|
||||
virtual ~connection_impl() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user