Skip to content

Commit

Permalink
Merge pull request #288 from BenJarg/BenJarg/missing_unistd
Browse files Browse the repository at this point in the history
bugfix: Add missing unistd.h include for newer ROOT versions
  • Loading branch information
KSkwarczynski authored Jan 13, 2025
2 parents 8784639 + 5a00b94 commit c387927
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 c387927

Please sign in to comment.