Skip to content

Commit

Permalink
Added a missing include.
Browse files Browse the repository at this point in the history
This was only found by MSVC, in C++20 mode for some reason.
  • Loading branch information
krasznaa committed Nov 21, 2024
1 parent 6064a51 commit 60e279a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/include/vecmem/edm/impl/host.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "vecmem/edm/details/schema_traits.hpp"

// System include(s).
#include <string>
#include <tuple>
#include <type_traits>

Expand Down

0 comments on commit 60e279a

Please sign in to comment.