Skip to content
Snippets Groups Projects

egammaEventTPCnv: Add missing include of GaudiException.h.

Merged Scott Snyder requested to merge ssnyder/athena:include.egammaEventTPCnv-20200417 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
///////////////////////// -*- C++ -*- /////////////////////////////
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
// egDetailContainerCnv_p1.cxx
@@ -22,6 +22,7 @@
#include "egammaEvent/EMBremFit.h"
#include "egammaEvent/EMTrackFit.h"
#include "egammaEvent/EMErrorDetail.h"
#include "GaudiKernel/GaudiException.h"
#ifdef MSG_DEBUG
#undef MSG_DEBUG
Loading