mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Load date library from date dir (since date v2.3).
This commit is contained in:
parent
2b1c1c1a82
commit
f510166ac8
@ -27,7 +27,7 @@
|
|||||||
#ifndef SQLPP11_CHRONO_H
|
#ifndef SQLPP11_CHRONO_H
|
||||||
#define SQLPP11_CHRONO_H
|
#define SQLPP11_CHRONO_H
|
||||||
|
|
||||||
#include <date.h>
|
#include <date/date.h>
|
||||||
|
|
||||||
namespace sqlpp
|
namespace sqlpp
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_OPERAND_H
|
#ifndef SQLPP11_DATA_TYPES_DAY_POINT_OPERAND_H
|
||||||
#define SQLPP11_DATA_TYPES_DAY_POINT_OPERAND_H
|
#define SQLPP11_DATA_TYPES_DAY_POINT_OPERAND_H
|
||||||
|
|
||||||
#include <date.h>
|
#include <date/date.h>
|
||||||
#include <sqlpp11/chrono.h>
|
#include <sqlpp11/chrono.h>
|
||||||
#include <sqlpp11/type_traits.h>
|
#include <sqlpp11/type_traits.h>
|
||||||
#include <sqlpp11/alias_operators.h>
|
#include <sqlpp11/alias_operators.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user