Fix compile error on macOS 11.15.2 (introduced by commit 30e3ef4
)
This commit is contained in:
parent
bedcf1cce5
commit
18be8c3318
@ -49,6 +49,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <array>
|
||||
|
||||
gcc_pure
|
||||
static bool
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <iterator>
|
||||
#include <array>
|
||||
|
||||
using namespace Sqlite;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user