Skip to content

Commit

Permalink
Fix compilation with recent libc
Browse files Browse the repository at this point in the history
  • Loading branch information
ennoruijters committed Apr 8, 2023
1 parent ee2929d commit 4c80dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dft2lnt/System.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <string>
#include <random>
#include <ctime>
#ifdef WIN32
# define WIN32_LEAN_AND_MEAN // Omit rarely-used and architecture-specific stuff from WIN32
# include <windows.h>
Expand Down

0 comments on commit 4c80dff

Please sign in to comment.