Skip to content

Commit c0f19da

Browse files
authored
BLD: Include Python.h first in _backend_agg.cpp
1 parent 454225a commit c0f19da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_backend_agg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#define NO_IMPORT_ARRAY
44

5+
#include <Python.h>
56
#include "_backend_agg.h"
67
#include "mplutils.h"
78

0 commit comments

Comments
 (0)