Skip to content

Commit

Permalink
Add missing transitive include of 'time.h' (#221)
Browse files Browse the repository at this point in the history
The STL from gcc-12.2 appears to have rearranged their headers to remove this transitive include.
  • Loading branch information
hainest committed Dec 23, 2022
1 parent 01d62d0 commit 24fb9b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CmdLine.C
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
#include <cstdio>
#include <cstdlib>
#include <algorithm>

#if defined(os_windows_test)
#include <time.h>
#endif

#include "help.h"
#include "CmdLine.h"
Expand Down

0 comments on commit 24fb9b5

Please sign in to comment.