Skip to content

Commit

Permalink
Merge pull request diffblue#7871 from thomasspriggs/tas/ctime_fix
Browse files Browse the repository at this point in the history
Add missing include of `<ctime>`
  • Loading branch information
kroening authored Aug 31, 2023
2 parents 3e3ba26 + dcc5934 commit 228b9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/goto-checker/symex_coverage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Date: March 2016
#include <linking/static_lifetime_init.h>

#include <chrono> // IWYU pragma: keep
#include <ctime> // IWYU pragma: keep - For std::time_t
#include <fstream> // IWYU pragma: keep
#include <iostream>

Expand Down

0 comments on commit 228b9dd

Please sign in to comment.