Skip to content

Add missing boost::hash include

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

Following up gaudi/Gaudi#238 (closed) it turned out that in a couple of places we use boost::hash without including its header.

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

Merge request reports