Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/lib_sqlite.cpp
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
* @date November 28, 2023
* @copyright Copyright (c) 2023
*/
#include <stringzilla/stringzilla.h>
#include <stringzilla.h>

#include <charconv>

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -150,7 +150,7 @@ def get_bool_env_w_name(name: str, preference: bool) -> tuple:
include_dirs = [
"include",
"python",
"stringzilla",
"stringzilla/stringzilla",
]
if use_simsimd:
include_dirs.append("simsimd/include")

0 comments on commit 21db294

Please sign in to comment.