Skip to content

Commit

Permalink
Add missing unistd.h include for newer ROOT versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJarg committed Jan 13, 2025
1 parent 8784639 commit 5a00b94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Diagnostics/CombineMaCh3Chains.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
#pragma GCC diagnostic ignored "-Wold-style-cast"
#pragma GCC diagnostic ignored "-Wconversion"
#pragma GCC diagnostic ignored "-Wformat-nonliteral"
// C++ includes
#include <unistd.h>

// ROOT includes
#include "TList.h"
#include "TFile.h"
Expand Down

0 comments on commit 5a00b94

Please sign in to comment.