Fix compile error on macOS 11.15.2 (introduced by commit 30e3ef4)

This commit is contained in:
Dave Hocker 2021-08-21 11:16:22 -05:00
parent bedcf1cce5
commit 18be8c3318
2 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,7 @@
#include <algorithm>
#include <cassert>
#include <array>
gcc_pure
static bool

View File

@ -28,6 +28,7 @@
#include <cassert>
#include <iterator>
#include <array>
using namespace Sqlite;