0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

Merge branch 'release/0.48'

This commit is contained in:
rbock 2017-03-18 08:21:30 +01:00
commit a462b35520

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2013-2015, Roland Bock * Copyright (c) 2013-2017, Roland Bock
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without modification, * Redistribution and use in source and binary forms, with or without modification,
@ -27,6 +27,8 @@
#ifndef SQLPP_HIDDEN_H #ifndef SQLPP_HIDDEN_H
#define SQLPP_HIDDEN_H #define SQLPP_HIDDEN_H
#include <sqlpp11/serializer.h>
namespace sqlpp namespace sqlpp
{ {
template <typename Clause> template <typename Clause>