Skip to content

Commit

Permalink
Fix includes in DEutils.h
Browse files Browse the repository at this point in the history
We need to include MessageLogger.h here because we use edm::LogError.
We also need to include iomanip for the definition of std::setw that
we use in this file, as otherwise it won't compile on its own.
  • Loading branch information
Teemperor committed Jun 19, 2017
1 parent 3845567 commit 242328e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions L1Trigger/HardwareValidation/interface/DEutils.h
Expand Up @@ -8,6 +8,9 @@
*\date 07.04
*/

#include <iomanip>

#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "L1Trigger/HardwareValidation/interface/DEtrait.h"

template <typename T>
Expand Down

0 comments on commit 242328e

Please sign in to comment.