mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 12:51:13 +08:00
Fix missing includes, #578
This commit is contained in:
parent
e6bd90c489
commit
166b01a32f
@ -31,6 +31,7 @@
|
||||
#include <sqlpp11/select_flags.h>
|
||||
#include <sqlpp11/aggregate_function_operators.h>
|
||||
#include <sqlpp11/data_types/integral/data_type.h>
|
||||
#include <sqlpp11/noop.h>
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
@ -27,6 +27,7 @@
|
||||
*/
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <cstdint>
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
@ -27,6 +27,8 @@
|
||||
*/
|
||||
|
||||
#include <sqlpp11/type_traits.h>
|
||||
#include <sqlpp11/alias_operators.h>
|
||||
#include <sqlpp11/expression_operators.h>
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user