Skip to content

Commit f9176d8

Browse files
committed
missing include
1 parent d0b9018 commit f9176d8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

opteryx/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# THIS FILE IS AUTOMATICALLY UPDATED DURING THE BUILD PROCESS
22
# DO NOT EDIT THIS FILE DIRECTLY
33

4-
__build__ = 1662
4+
__build__ = 1663
55
__author__ = "@joocer"
6-
__version__ = "0.26.0-beta.1662"
6+
__version__ = "0.26.0-beta.1663"
77

88
# Store the version here so:
99
# 1) we don't load dependencies by storing it in __init__.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "opteryx"
3-
version = "0.26.0-beta.1662"
3+
version = "0.26.0-beta.1663"
44
description = "Query your data, where it lives"
55
requires-python = '>=3.11'
66
readme = {file = "README.md", content-type = "text/markdown"}

src/cpp/simd_search.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "simd_search.h"
22
#include <cstdint>
33
#include <vector>
4+
#include <cstring>
45

56
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
67
#include <arm_neon.h>

0 commit comments

Comments
 (0)