Skip to content
Snippets Groups Projects
Commit efb55ded authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'classEdit.StoreGateBindings-20200303' into 'master'

StoreGateBindings: Work around clang 9 bug.

See merge request atlas/athena!30838
parents 8d7e1c75 05c49c97
No related branches found
No related tags found
No related merge requests found
// -*- C++ -*-
/*
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/
#ifndef STOREGATEBINDINGS_SGPYDATAMODEL_H
......@@ -25,7 +25,7 @@ extern CLID PyCLID;
// ROOT includes
#include "TClass.h"
#include "TClassEdit.h"
#include "RootUtils/TClassEditRootUtils.h"
#include "TClassRef.h"
#include "TROOT.h"
#include "TMethod.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment