We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923eb51 commit 5929725Copy full SHA for 5929725
1 file changed
Detectors/TPC/base/src/TPCFlagsMemberCustomStreamer.cxx
@@ -15,8 +15,8 @@
15
#include <TClass.h>
16
#include <TError.h>
17
#include <DataFormatsTPC/Defs.h>
18
-#include <iostream>
19
#include <cstdlib>
+#include <iostream>
20
21
// to enable assert statements
22
#ifdef NDEBUG
@@ -74,7 +74,7 @@ namespace ROOT
74
{
75
static __attribute__((used)) int _R__dummyStreamer_3 =
76
([]() {
77
- if (!getenv("TPC_PADFLAGS_STREAMER_OFF")) {
+ if (!std::getenv("TPC_PADFLAGS_STREAMER_OFF")) {
78
auto cl = TClass::GetClass<o2::tpc::CalArray<o2::tpc::PadFlags>>();
79
80
if (!cl) {
0 commit comments