From c503ab0d495a8cdd3b4b9da5d2cd72575d2213b3 Mon Sep 17 00:00:00 2001 From: kdesnos Date: Fri, 7 Oct 2022 10:14:37 +0200 Subject: [PATCH 1/2] (RelEng) Fix build error with MSVC19. --- gegelatilib/src/util/timestamp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gegelatilib/src/util/timestamp.cpp b/gegelatilib/src/util/timestamp.cpp index 8bdfbd61..b8a8ff2a 100644 --- a/gegelatilib/src/util/timestamp.cpp +++ b/gegelatilib/src/util/timestamp.cpp @@ -34,6 +34,7 @@ */ #include +#include #include "util/timestamp.h" From 4abda80191031f36486669f6e420fdf2cc938604 Mon Sep 17 00:00:00 2001 From: kdesnos Date: Fri, 7 Oct 2022 10:42:33 +0200 Subject: [PATCH 2/2] (RelEng) Update changelog for PR. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 9663475c..7b56eaac 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 ` needed in timestamp.cpp. ## Release version 1.2.0 - Cantutuccini flavor