Skip to content

Commit

Permalink
Change the Hinnant date include to date/date.h to follow the structur…
Browse files Browse the repository at this point in the history
…e of Hinnant date installation directory (#14)

sqlpp11 is including the date.h same way

(cherry picked from commit ad13a93)
  • Loading branch information
psykora authored and Erroneous1 committed Jun 21, 2018
1 parent 447d9ec commit 8b17acc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bind_result.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#include <sqlext.h>
#include "detail/prepared_statement_handle.h"
#include "detail/connection_handle.h"
#include <date.h>
#include <date/date.h>
#include <cassert>

namespace sqlpp {
Expand Down
2 changes: 1 addition & 1 deletion src/prepared_statement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <sstream>
#include <string>
#include <cfloat>
#include <date.h>
#include <date/date.h>
#include <sqlpp11/exception.h>
#include <sqlpp11/odbc/prepared_statement.h>
#include "detail/prepared_statement_handle.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/ODBCTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "TabSample.h"
#include <sqlpp11/sqlpp11.h>
#include <sqlpp11/odbc/odbc.h>
#include <date.h>
#include <date/date.h>

#include <iostream>
#include <vector>
Expand Down

0 comments on commit 8b17acc

Please sign in to comment.