mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 02:00:24 -06:00
Load date library from date dir (since date v2.3).
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#ifndef SQLPP11_CHRONO_H
|
||||
#define SQLPP11_CHRONO_H
|
||||
|
||||
#include <date.h>
|
||||
#include <date/date.h>
|
||||
|
||||
namespace sqlpp
|
||||
{
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#ifndef 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/type_traits.h>
|
||||
#include <sqlpp11/alias_operators.h>
|
||||
|
||||
Reference in New Issue
Block a user