diff --git a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFexMT.h b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFexMT.h
index daa86c82ace9161e880637dd6983ab307bf5b9ae..f0b89ca24c8fcd0b53aecb86cfb58ac96f6cafb3 100755
--- a/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFexMT.h
+++ b/Trigger/TrigHypothesis/TrigBjetHypo/src/TrigBtagFexMT.h
@@ -30,6 +30,8 @@
 #include "TrigTrackJetFinderTool/ITrigTrackJetFinderTool.h"
 #include "VxSecVertex/VxSecVertexInfo.h"
 
+#include "AthenaMonitoringKernel/GenericMonitoringTool.h"
+
 
 namespace Analysis {
   class IBTagTool;
@@ -76,6 +78,7 @@ class TrigBtagFexMT: public AthAlgorithm {
   // DATA
   /** @brief List of xAOD tagger basenames */
   Gaudi::Property< std::vector< std::string > > m_TaggerBaseNames {this,"TaggerBaseNames",std::vector< std::string >(),"List of xAOD tagger basenames"};
+  ToolHandle<GenericMonitoringTool> m_monTool{this,"MonTool","","Monitoring tool"};
 
   // PROPERTIES
   /** @brief Switch for offline tools */