Skip to content
Snippets Groups Projects
Commit f5ed7cd5 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Add missing header to GaudiKernel/DataSvc.h

Some packages in the ATLAS offline code started failing because of this
missing include. Since the SmartIF<IConversionSvc> member variable does
need a full declaration of this type.

Fixes GAUDI-1163.
See merge request !90
parents 5165b506 f251e52b
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@
#include "GaudiKernel/IDataProviderSvc.h"
#include "GaudiKernel/IIncidentSvc.h"
#include "GaudiKernel/SmartIF.h"
#include "GaudiKernel/IConversionSvc.h"
#include <boost/utility/string_ref.hpp>
......
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