Skip to content
Snippets Groups Projects
Commit a9a688fa authored by Olli Lupton's avatar Olli Lupton
Browse files

Try and avoid clang8 compilation errors.

parent e17b9b74
No related branches found
No related tags found
1 merge request!2270Custom allocator/memory pool in HLT1
......@@ -11,6 +11,9 @@
#pragma once
#include "GaudiKernel/Kernel.h"
#include <functional> // see discussion on lhcb/LHCb#73, including this before
// the small_vector header seems to avoid clang8 errors..
#include <boost/container/small_vector.hpp>
#include <gsl/span>
......
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