8000 gh-119853: Add Include/refcount.h to projects (#119860) · python/cpython@f9d47fe · GitHub
[go: up one dir, main page]

Skip to content

Commit f9d47fe

Browse files
authored
gh-119853: Add Include/refcount.h to projects (#119860)
1 parent 879d43b commit f9d47fe

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ PYTHON_HEADERS= \
10551055
$(srcdir)/Include/pythread.h \
10561056
$(srcdir)/Include/pytypedefs.h \
10571057
$(srcdir)/Include/rangeobject.h \
1058+
$(srcdir)/Include/refcount.h \
10581059
$(srcdir)/Include/setobject.h \
10591060
$(srcdir)/Include/sliceobject.h \
10601061
$(srcdir)/Include/structmember.h \

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
<ClInclude Include="..\Include\pythread.h" />
350350
<ClInclude Include="..\Include\pytypedefs.h" />
351351
<ClInclude Include="..\Include\rangeobject.h" />
352+
<ClInclude Include="..\Include\refcount.h" />
352353
<ClInclude Include="..\Include\setobject.h" />
353354
<ClInclude Include="..\Include\sliceobject.h" />
354355
<ClInclude Include="..\Include\structmember.h" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,9 @@
207207
<ClInclude Include="..\Include\rangeobject.h">
208208
<Filter>Include</Filter>
209209
</ClInclude>
210+
<ClInclude Include="..\Include\refcount.h">
211+
<Filter>Include</Filter>
212+
</ClInclude>
210213
<ClInclude Include="..\Include\setobject.h">
211214
<Filter>Include</Filter>
212215
</ClInclude>

0 commit comments

Comments
 (0)
0