fixed missing include for return_type_not_t

This commit is contained in:
Aaron Bishop
2016-09-10 15:27:22 -04:00
parent 781d63673f
commit d2b52c1b49

View File

@@ -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 <sqlpp11/is_null_fwd.h>
#include <sqlpp11/wrap_operand.h>
#include <sqlpp11/logic.h>
#include <sqlpp11/expression_return_types.h>
namespace sqlpp
{