Skip to content

Commit

Permalink
Fix build failure for clang (#330)
Browse files Browse the repository at this point in the history
`std::invoke` needs `<functional>` to be included
  • Loading branch information
MarcelNehring authored Jan 27, 2022
1 parent 928d211 commit eae2334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/vcpkg/base/expected.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <vcpkg/base/lineinfo.h>
#include <vcpkg/base/stringliteral.h>

#include <functional>
#include <system_error>
#include <type_traits>

Expand Down

0 comments on commit eae2334

Please sign in to comment.