Skip to content

Commit

Permalink
Fix span include
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Nov 14, 2024
1 parent d2ebc1c commit 10be572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/SqliteUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <memory>
#include <numeric>
#include <optional>
#if __cplusplus > 201703L && ( defined __GNUC__ && __GNUC__ >= 10 || defined _MSC_VER && _MSC_VER >= 1926 || defined __clang__ && __clang_major__ >= 10 )
#ifdef HAVE_SPAN
#include <span>
#endif
#include <string>
Expand Down

0 comments on commit 10be572

Please sign in to comment.