From 31368a4f0e531c19affe2a1becd25fc316bc7501 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 30 Oct 2018 15:14:25 +0100 Subject: bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) Add pyatomic.h to the VS project (it wasn't referenced). --- Python/ceval_gil.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Python') diff --git a/Python/ceval_gil.h b/Python/ceval_gil.h index ef5189068e..4a054a97f7 100644 --- a/Python/ceval_gil.h +++ b/Python/ceval_gil.h @@ -5,6 +5,7 @@ #include #include +#include "internal/pyatomic.h" /* First some general settings */ -- cgit v1.2.1