From dff7e408bba6d2ff5923e5f95d331e723614621e Mon Sep 17 00:00:00 2001 From: rbock Date: Fri, 17 Mar 2017 10:43:05 +0100 Subject: [PATCH] Added missing include. --- include/sqlpp11/hidden.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/sqlpp11/hidden.h b/include/sqlpp11/hidden.h index 81ef18c9..76861ee2 100644 --- a/include/sqlpp11/hidden.h +++ b/include/sqlpp11/hidden.h @@ -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 + namespace sqlpp { template