Skip to content
Snippets Groups Projects
Commit 8a7335a7 authored by Marco Cattaneo's avatar Marco Cattaneo
Browse files

Merge branch 'fixRanges-v3-compilation' into 'run2-patches'

Change order of includes to work around ranges::v3 compilation issue

See merge request !1977
parents 9db269f8 a47c97f1
No related branches found
No related tags found
1 merge request!1977Change order of includes to work around ranges::v3 compilation issue
Pipeline #1452948 passed
......@@ -19,9 +19,6 @@
// VDT math
#include "vdt/asin.h"
// Gaudi Functional
#include "GaudiAlg/Transformer.h"
// Base class
#include "RichFutureRecBase/RichRecAlgBase.h"
......@@ -36,6 +33,9 @@
// Interfaces
#include "RichInterfaces/IRichRefractiveIndex.h"
// Gaudi Functional
#include "GaudiAlg/Transformer.h"
namespace Rich {
namespace Future {
......
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