Skip to content

Commit ecae8ef

Browse files
authored
Merge pull request #49136 from Dr15Jones/missingCMath
Add missing cmath include in FWCore files
2 parents 3146381 + e38d6c4 commit ecae8ef

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

FWCore/Framework/test/stubs/ToyIntProducers.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Toy EDProducers of Ints for testing purposes only.
3333
#include <string>
3434
#include <vector>
3535
#include <chrono>
36+
#include <cmath>
3637

3738
namespace edmtest {
3839

FWCore/Integration/plugins/ProducerWithPSetDesc.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include <memory>
2525
#include <string>
2626
#include <iostream>
27+
#include <cmath>
28+
#include <array>
2729

2830
namespace edmtest {
2931

0 commit comments

Comments
 (0)