Skip to content

Commit d8824ff

Browse files
committed
Restore missing header <ctime> causing Visual Studio build to fail.
During a recent refactoring (450845d) a header was removed from symex_coverage.cpp that is now causing a Build Error when building under Visual Studio on Windows. Adding the header back eliminates this build error and the build succeeds after that.
1 parent e93c964 commit d8824ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-checker/symex_coverage.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Date: March 2016
1414
#include "symex_coverage.h"
1515

1616
#include <chrono>
17+
#include <ctime>
1718
#include <fstream>
1819
#include <iostream>
1920

0 commit comments

Comments
 (0)