Skip to content

Commit 5f4dbd3

Browse files
committed
BLD: Fix armv7 build
1 parent 23c497b commit 5f4dbd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/_libs/src/vendored/ujson/python/JSONtoObj.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ Numeric decoder derived from TCL library
4040

4141
#include "pandas/vendored/ujson/lib/ultrajson.h"
4242
#define PY_SSIZE_T_CLEAN
43+
// clang-format off
4344
#include <Python.h>
45+
#include "pandas/vendored/ujson/lib/ultrajson.h"
46+
// clang-format on
4447

4548
static int Object_objectAddKey(void *Py_UNUSED(prv), JSOBJ obj, JSOBJ name,
4649
JSOBJ value) {

0 commit comments

Comments
 (0)