We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fa9b1 commit 62f79f0Copy full SHA for 62f79f0
ortools/linear_solver/python/model_builder_helper.cc
@@ -13,9 +13,9 @@
13
14
// A pybind11 wrapper for model_builder_helper.
15
16
-#include <Python.h>
17
-
18
#include "ortools/linear_solver/wrappers/model_builder_helper.h"
+
+#include <Python.h>
19
#if PY_VERSION_HEX >= 0x030E00A7 && !defined(PYPY_VERSION)
20
#define Py_BUILD_CORE
21
#include "internal/pycore_frame.h"
0 commit comments