We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de212c commit 0e8661fCopy full SHA for 0e8661f
mssql_python/pybind/ddbc_bindings.h
@@ -14,6 +14,7 @@
14
#include <pybind11/pybind11.h>
15
#include <pybind11/pytypes.h> // Add this line for datetime support
16
#include <pybind11/stl.h>
17
+#include <cstring>
18
#include <simdutf.h>
19
#include <string>
20
#include <vector>
0 commit comments