Skip to content

Add missing std::variant include

Marco Clemencic requested to merge clemenci-master-patch-72366 into master

Following up on gaudi/Gaudi#238 (closed) it turned out that variant was not properly included (probably because implied by the include of boost::hash).

This MR adds the missing includes so that when I address gaudi/Gaudi#238 (closed) the code will still compile.

Merge request reports