Skip to content

Commit

Permalink
safeexit: include cstdlib to fix clang-18 build
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Dec 5, 2024
1 parent edb019c commit 885128a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/firestarter/SafeExit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include "firestarter/SafeExit.hpp"

#include <cstdlib>
#include <mutex>

[[noreturn]] void firestarter::safeExit(const int Status) {
Expand Down

0 comments on commit 885128a

Please sign in to comment.