0
0
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:
Egor Pugin 2018-01-31 17:48:38 +03:00
parent 2b1c1c1a82
commit f510166ac8
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
#ifndef SQLPP11_CHRONO_H
#define SQLPP11_CHRONO_H
#include <date.h>
#include <date/date.h>
namespace sqlpp
{

View File

@ -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>