Skip to content

Commit

Permalink
std::system requires include of <cstdlib>
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 committed Nov 28, 2023
1 parent afaf8fd commit 1d7826c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/reduce/reduce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <cassert>
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <functional>
#include <sstream>
Expand Down

0 comments on commit 1d7826c

Please sign in to comment.