Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c78079

Browse files
committed
include abstract.h
1 parent a827537 commit 3c78079

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Include/allobjects.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
8989
#include "modsupport.h"
9090
#include "ceval.h"
9191

92+
#include "abstract.h"
93+
9294
extern void Py_FatalError Py_PROTO((char *));
9395

9496
#define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a))

0 commit comments

Comments
 (0)