Skip to content

Commit

Permalink
Merge pull request #21518 from Teemperor/VectorIncludesEmtf
Browse files Browse the repository at this point in the history
Added missing vector includes EMTF
  • Loading branch information
cmsbuild committed Dec 7, 2017
2 parents cca55e4 + 3980aa6 commit c7592db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DataFormats/L1TMuon/interface/EMTF/ME.h
Expand Up @@ -5,6 +5,8 @@

#include <boost/cstdint.hpp>

#include <vector>

namespace l1t {
namespace emtf {
class ME {
Expand Down
2 changes: 2 additions & 0 deletions DataFormats/L1TMuon/interface/EMTF/RPC.h
Expand Up @@ -5,6 +5,8 @@

#include <boost/cstdint.hpp>

#include <vector>

namespace l1t {
namespace emtf {
class RPC {
Expand Down
2 changes: 2 additions & 0 deletions DataFormats/L1TMuon/interface/EMTF/SP.h
Expand Up @@ -5,6 +5,8 @@

#include <boost/cstdint.hpp>

#include <vector>

namespace l1t {
namespace emtf {
class SP {
Expand Down

0 comments on commit c7592db

Please sign in to comment.