Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include time.h explicitly #57

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aroningruber
Copy link

Pull Request Description

This pull request addresses a build issue related to the use of clock_t and CLOCKS_PER_SEC in the find_intervals_stack functions, which appear in the following files:

The existence of these symbols is implicitly assumed, which can cause the build to fail in environments where time.h is not automatically included (#56).

Changes Made

  • Added an explicit #include <time.h> directive to defaults.h to ensure clock_t and CLOCKS_PER_SEC are always defined.

Issue Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows build fails for CPython 3.13
1 participant