mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-03 11:40:39 -06:00
Moved tuple include
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#ifndef SQLPP_DETAIL_TYPE_SET_H
|
||||
#define SQLPP_DETAIL_TYPE_SET_H
|
||||
|
||||
#include <tuple>
|
||||
#include <type_traits>
|
||||
#include <sqlpp11/wrong.h>
|
||||
#include <sqlpp11/detail/logic.h>
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#define SQLPP_TYPE_TRAITS_H
|
||||
|
||||
#include <type_traits>
|
||||
#include <tuple>
|
||||
#include <sqlpp11/detail/type_set.h>
|
||||
|
||||
namespace sqlpp
|
||||
|
||||
Reference in New Issue
Block a user