Commit 18be8c33 authored by Dave Hocker's avatar Dave Hocker

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

parent bedcf1cc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment