mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-02 03:00:38 -06:00
Added include for MSVC to understand and and or
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
#ifndef SQLPP_DETAIL_LOGIC_H
|
||||
#define SQLPP_DETAIL_LOGIC_H
|
||||
|
||||
#include <ciso646> // Required for some compilers to use aliases for boolean operators
|
||||
#include <type_traits>
|
||||
|
||||
namespace sqlpp
|
||||
|
||||
Reference in New Issue
Block a user