From 9d64a5c7411f84cad1da71b23118634b5a62a063 Mon Sep 17 00:00:00 2001 From: rbock Date: Thu, 19 Apr 2018 07:05:17 +0200 Subject: [PATCH] Fixed missing include --- include/sqlpp11/functions.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sqlpp11/functions.h b/include/sqlpp11/functions.h index 58aeff9a..ff11ac3d 100644 --- a/include/sqlpp11/functions.h +++ b/include/sqlpp11/functions.h @@ -27,6 +27,7 @@ #ifndef SQLPP11_FUNCTIONS_H #define SQLPP11_FUNCTIONS_H +#include #include #include #include