Added missing include.

This commit is contained in:
rbock
2017-03-17 10:43:05 +01:00
parent 6a332add56
commit dff7e408bb

View File

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