Skip to content
Snippets Groups Projects
Commit 75ae78d8 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

AthenaServices: Fix tbb warning.

task.h is deprecated.
parent 84b70446
Branches
No related tags found
No related merge requests found
/* /*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
*/ */
/* /*
*/ */
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
#include "CxxUtils/StrFormat.h" #include "CxxUtils/StrFormat.h"
#include "GaudiKernel/EventContext.h" #include "GaudiKernel/EventContext.h"
#include "GaudiKernel/ServiceHandle.h" #include "GaudiKernel/ServiceHandle.h"
#include "tbb/task.h"
#include <algorithm> #include <algorithm>
...@@ -32,6 +31,11 @@ ...@@ -32,6 +31,11 @@
#define USE_ASYNC_TASK 0 #define USE_ASYNC_TASK 0
#if USE_ASYNC_TASK
#include "tbb/task.h"
#endif
namespace Athena { namespace Athena {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment