Skip to content

Commit

Permalink
Merge pull request gegelati#110 from gegelati/fixCompilError
Browse files Browse the repository at this point in the history
(RelEng) Fix build error with MSVC19.
  • Loading branch information
kdesnos authored Oct 7, 2022
2 parents 957039c + 4abda80 commit cf4e250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ _yyyy.mm.dd_
* TPG Execution (in gegelati and in generated code): When executing outgoing edges of a team, providing a mechanism to exclude already visited edges is not needed.

### Bug fix
* Fix build issue with MSVC19. `#include <ctime>` needed in timestamp.cpp.


## Release version 1.2.0 - Cantutuccini flavor
Expand Down
1 change: 1 addition & 0 deletions gegelatilib/src/util/timestamp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
*/

#include <chrono>
#include <ctime>

#include "util/timestamp.h"

Expand Down

0 comments on commit cf4e250

Please sign in to comment.