Skip to content

Commit 62f79f0

Browse files
committed
linear_solver: format fix
1 parent d8fa9b1 commit 62f79f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ortools/linear_solver/python/model_builder_helper.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
// A pybind11 wrapper for model_builder_helper.
1515

16-
#include <Python.h>
17-
1816
#include "ortools/linear_solver/wrappers/model_builder_helper.h"
17+
18+
#include <Python.h>
1919
#if PY_VERSION_HEX >= 0x030E00A7 && !defined(PYPY_VERSION)
2020
#define Py_BUILD_CORE
2121
#include "internal/pycore_frame.h"

0 commit comments

Comments
 (0)