Skip to content

Commit 5929725

Browse files
committed
fix TPCFlagsMemberCustomStreamer.cxx
1 parent 923eb51 commit 5929725

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Detectors/TPC/base/src/TPCFlagsMemberCustomStreamer.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include <TClass.h>
1616
#include <TError.h>
1717
#include <DataFormatsTPC/Defs.h>
18-
#include <iostream>
1918
#include <cstdlib>
19+
#include <iostream>
2020

2121
// to enable assert statements
2222
#ifdef NDEBUG
@@ -74,7 +74,7 @@ namespace ROOT
7474
{
7575
static __attribute__((used)) int _R__dummyStreamer_3 =
7676
([]() {
77-
if (!getenv("TPC_PADFLAGS_STREAMER_OFF")) {
77+
if (!std::getenv("TPC_PADFLAGS_STREAMER_OFF")) {
7878
auto cl = TClass::GetClass<o2::tpc::CalArray<o2::tpc::PadFlags>>();
7979

8080
if (!cl) {

0 commit comments

Comments
 (0)