Skip to content

Commit

Permalink
Add missing import on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick committed Jul 30, 2024
1 parent 2e02d6b commit a7ba94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyinstrument/low_level/stat_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ These timer functions are mostly stolen from timemodule.c

#if defined(MS_WINDOWS) && !defined(__BORLANDC__)
#include <windows.h>
#include <time.h> // for clock()

/* use QueryPerformanceCounter on Windows */

Expand Down

0 comments on commit a7ba94c

Please sign in to comment.