Skip to content

Commit

Permalink
Merge pull request #21372 from Teemperor/ContainerMaskH
Browse files Browse the repository at this point in the history
Added include for size_t to ContainerMask.h
  • Loading branch information
cmsbuild committed Nov 24, 2017
2 parents 368d56d + 334f286 commit dc1e4ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DataFormats/Common/interface/ContainerMask.h
Expand Up @@ -22,6 +22,7 @@
// system include files
#include <vector>
#include <cassert>
#include <cstddef>
#include <algorithm>

// user include files
Expand Down

0 comments on commit dc1e4ec

Please sign in to comment.