Skip to content

Commit

Permalink
Workaround missing string_view header
Browse files Browse the repository at this point in the history
This is most likely a problem in ROOT, actually, but this should
work it around.
  • Loading branch information
ktf committed Sep 23, 2019
1 parent 6b8ff29 commit b38168e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Run2DataModel/src/AliVVertex.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// Author: A. Dainese
//-------------------------------------------------------------------------

#include <string_view>
#include <TNamed.h>

class AliVVertex: public TNamed {
Expand Down

0 comments on commit b38168e

Please sign in to comment.