Skip to content

Commit

Permalink
Added includes for boost array to HcalItemArrayColl[ById].h
Browse files Browse the repository at this point in the history
Both headers use boost::array but don't include `boost/array.hpp`.
This patch adds this missing include to make the header parsable
on their own.
  • Loading branch information
Teemperor committed Nov 30, 2017
1 parent a2fb258 commit ae3a9e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CondFormats/HcalObjects/interface/HcalItemArrayColl.h
Expand Up @@ -4,6 +4,7 @@
#include <memory>
#include <array>

#include "boost/array.hpp"
#include "boost/serialization/access.hpp"
#include "boost/serialization/version.hpp"
#include "boost/serialization/shared_ptr.hpp"
Expand Down
2 changes: 2 additions & 0 deletions CondFormats/HcalObjects/interface/HcalItemArrayCollById.h
Expand Up @@ -3,6 +3,8 @@

#include <cstdint>

#include "boost/array.hpp"

#include "FWCore/Utilities/interface/Exception.h"

#include "CondFormats/HcalObjects/interface/HcalItemArrayColl.h"
Expand Down

0 comments on commit ae3a9e9

Please sign in to comment.