Skip to content

Commit 10be572

Browse files
committed
Fix span include
1 parent d2ebc1c commit 10be572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/SqliteUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#include <memory>
4242
#include <numeric>
4343
#include <optional>
44-
#if __cplusplus > 201703L && ( defined __GNUC__ && __GNUC__ >= 10 || defined _MSC_VER && _MSC_VER >= 1926 || defined __clang__ && __clang_major__ >= 10 )
44+
#ifdef HAVE_SPAN
4545
#include <span>
4646
#endif
4747
#include <string>

0 commit comments

Comments
 (0)