Skip to content

Commit

Permalink
Fix bug from missing header file
Browse files Browse the repository at this point in the history
Summary: Include cmath header file, otherwise compilation depends on where this header file is included.

Test Plan: No specific test as I do not have actual example where issue is triggered.

Reviewers: tlatham, jback

Reviewed By: tlatham

Tags: #evtgen

Maniphest Tasks: T103

Differential Revision: https://phab.hepforge.org/D31
  • Loading branch information
Michal Kreps committed Jun 29, 2020
1 parent 4345020 commit 132d819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EvtGenBase/EvtMatrix.hh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#ifndef __EVT_MATRIX_HH__
#define __EVT_MATRIX_HH__

#include <cmath>
#include <sstream>
#include <vector>

Expand Down

0 comments on commit 132d819

Please sign in to comment.