Skip to content

Commit a7ffc43

Browse files
Fix include statement for algorithm header
1 parent f3850d7 commit a7ffc43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <iomanip>
1616
#include <sstream>
1717
#include <ctime>
18-
#include <algorithm>
18+
#include <algorithm>
1919

2020
#define windows_time_to_unix_epoch(x) ((x) - 116444736000000000LL) / 10000000LL
2121
// The above macro converts Windows FILETIME to Unix epoch time in seconds.

0 commit comments

Comments
 (0)