diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-30 10:40:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 10:40:09 (GMT) |
commit | 319de0b578ec3dec8d30610caee3aa93f51060c7 (patch) | |
tree | 2f1fabb9134518d9586606121ef6a9efe85a5960 /PCbuild/pythoncore.vcxproj | |
parent | 1a2652ceaa55190a0b860abd1448095eafbdf238 (diff) | |
download | cpython-319de0b578ec3dec8d30610caee3aa93f51060c7.zip cpython-319de0b578ec3dec8d30610caee3aa93f51060c7.tar.gz cpython-319de0b578ec3dec8d30610caee3aa93f51060c7.tar.bz2 |
GH-104584: Add Include/cpython/optimizer.h to Makefile.pre.in (#106277)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 4ccd2b5..c99bc90 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -162,6 +162,7 @@ <ClInclude Include="..\Include\cpython\object.h" /> <ClInclude Include="..\Include\cpython\objimpl.h" /> <ClInclude Include="..\Include\cpython\odictobject.h" /> + <ClInclude Include="..\Include\cpython\optimizer.h" /> <ClInclude Include="..\Include\cpython\parser_interface.h" /> <ClInclude Include="..\Include\cpython\picklebufobject.h" /> <ClInclude Include="..\Include\cpython\pyarena.h" /> |