Skip to content

Commit 0e8661f

Browse files
committed
Include cstring
1 parent 3de212c commit 0e8661f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mssql_python/pybind/ddbc_bindings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include <pybind11/pybind11.h>
1515
#include <pybind11/pytypes.h> // Add this line for datetime support
1616
#include <pybind11/stl.h>
17+
#include <cstring>
1718
#include <simdutf.h>
1819
#include <string>
1920
#include <vector>

0 commit comments

Comments
 (0)