From a69bc5ced99a1bc3f36ddffb13da8f14ac91c44e Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 16 Jun 2017 09:43:03 +0200 Subject: [PATCH] Add include for AlgebraicObjects.h to HIPUserVariables.h We use AlgebraicSymMatrix in this header, so we also need to include the header that provides this class to make this file compile on it's own. --- Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h b/Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h index de32031447317..a7b80c70049a4 100644 --- a/Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h +++ b/Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h @@ -1,5 +1,6 @@ #include "Alignment/CommonAlignment/interface/AlignmentUserVariables.h" +#include "DataFormats/CLHEP/interface/AlgebraicObjects.h" class HIPUserVariables : public AlignmentUserVariables {