Skip to content

Commit 69e3dcd

Browse files
authored
Merge pull request #47543 from smuzaffar/fix-devel-boost187
Added algorithm header needed for std::transform
2 parents 42d5dc2 + 4aeccee commit 69e3dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EventFilter/HGCalRawToDigi/src/UnpackerTools.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include "DataFormats/HGCalDigi/interface/HGCalRawDataDefinitions.h"
33
#include <boost/crc.hpp>
44
#include <vector>
5+
#include <algorithm>
56
#include <iostream>
67
//
78
//

0 commit comments

Comments
 (0)