Skip to content

Commit

Permalink
Fixing include missing
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Aug 30, 2023
1 parent 793c44f commit 3dffc41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/time_mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ THE SOFTWARE.
#include <fstream>
#include <string>
#include <signal.h>
#include <cstdint>

// note: MinGW64 defines both __MINGW32__ and __MINGW64__
#if defined (_MSC_VER) || defined (__MINGW32__) || defined(_WIN32)
Expand Down

0 comments on commit 3dffc41

Please sign in to comment.