From d2b52c1b49100c0fea70fed296920f7fb95a1021 Mon Sep 17 00:00:00 2001 From: Aaron Bishop Date: Sat, 10 Sep 2016 15:27:22 -0400 Subject: [PATCH] fixed missing include for return_type_not_t --- include/sqlpp11/basic_expression_operators.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/sqlpp11/basic_expression_operators.h b/include/sqlpp11/basic_expression_operators.h index 352ea394..98e9bae2 100644 --- a/include/sqlpp11/basic_expression_operators.h +++ b/include/sqlpp11/basic_expression_operators.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2013-2016, Roland Bock + * Copyright (c) 2016, Aaron Bishop * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, @@ -38,6 +39,7 @@ #include #include #include +#include namespace sqlpp {