Skip to content

Commit a2fd313

Browse files
njacaziosawenzel
authored andcommitted
Fix includes for log and sqrt
1 parent dc6f458 commit a2fd313

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

MCStepLogger/src/BasicMCAnalysis.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include <algorithm>
1313
#include <iostream>
14+
#include <cmath>
1415

1516
#include "MCStepLogger/BasicMCAnalysis.h"
1617
#include "MCStepLogger/MCAnalysisUtilities.h"

MCStepLogger/src/SimpleStepAnalysis.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include <algorithm>
1313
#include <iostream>
14+
#include <cmath>
1415

1516
#include "MCStepLogger/SimpleStepAnalysis.h"
1617
#include "MCStepLogger/MCAnalysisUtilities.h"

0 commit comments

Comments
 (0)