diff --git a/DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py b/DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py
index 01ede6aaa5785..f5adb89fb4bcf 100644
--- a/DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py
+++ b/DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py
@@ -6,7 +6,7 @@
OuterTrackerTkMET = DQMEDAnalyzer('L1TPhase2OuterTrackerTkMET',
TopFolderName = cms.string('L1T/L1TPhase2/'),
TTTracksTag = cms.InputTag("l1tTTTracksFromTrackletEmulation", "Level1TTTracks"),
- L1VertexInputTag = cms.InputTag("l1tVertexFinderEmulator", "l1verticesEmulation"),
+ L1VertexInputTag = cms.InputTag("l1tVertexFinderEmulator", "L1VerticesEmulation"),
maxZ0 = cms.double ( 15. ) , # in cm
maxEta = cms.double ( 2.4 ) ,
chi2dofMax = cms.double( 10. ),
diff --git a/DataFormats/L1TCalorimeterPhase2/BuildFile.xml b/DataFormats/L1TCalorimeterPhase2/BuildFile.xml
index 732b899908e54..3bbe2c4a51ebb 100644
--- a/DataFormats/L1TCalorimeterPhase2/BuildFile.xml
+++ b/DataFormats/L1TCalorimeterPhase2/BuildFile.xml
@@ -3,6 +3,7 @@
+
diff --git a/DataFormats/L1TCalorimeterPhase2/interface/CaloCrystalCluster.h b/DataFormats/L1TCalorimeterPhase2/interface/CaloCrystalCluster.h
index 4326f2b686327..de9d7996ffd51 100644
--- a/DataFormats/L1TCalorimeterPhase2/interface/CaloCrystalCluster.h
+++ b/DataFormats/L1TCalorimeterPhase2/interface/CaloCrystalCluster.h
@@ -1,6 +1,7 @@
#ifndef DataFormats_L1TCalorimeterPhase2_CaloCrystalsCluster_h
#define DataFormats_L1TCalorimeterPhase2_CaloCrystalsCluster_h
+#include
#include
#include