[PR #587] Fix VS 2019 (Toolset 142) build #24201

Closed
opened 2026-01-31 09:01:56 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/587

State: closed
Merged: No


The code used std::function<...> without include <functional> header.
Add the missing header to PCH.

  • Note, <functional> was included by <string> in the STL come with VS 2017 (Toolset 141).
  • The STL team restructured the code, thus now we need to include it directly.
**Original Pull Request:** https://github.com/microsoft/terminal/pull/587 **State:** closed **Merged:** No --- The code used `std::function<...>` without include `<functional>` header. Add the missing <functional> header to PCH. * Note, `<functional>` was included by `<string>` in the STL come with VS 2017 (Toolset 141). * The STL team restructured the code, thus now we need to include it directly.
claunia added the pull-request label 2026-01-31 09:01:56 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24201