Skip to content

Commit 9954f98

Browse files
committed
Build fixes on Docker
1 parent 9c2ecdd commit 9954f98

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Kassiopeia/Writers/Source/KSWriteROOT.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
//using katrin::KPathUtils;
99
#endif
1010

11+
#include "TObjString.h"
12+
1113
using namespace std;
1214

1315
namespace Kassiopeia

UnitTest/Kommon/Integrator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TEST(KommonMath, ThreadedIntegrator)
7575

7676
numerical = integrator.Integrate(integrand, -3.0, 3.0);
7777

78-
EXPECT_EQ(524289, integrator.NumberOfSteps());
78+
EXPECT_EQ(524289U, integrator.NumberOfSteps());
7979
ASSERT_NEAR(analytical, numerical, precision);
8080
}
8181

0 commit comments

Comments
 (0)