Skip to content

Commit

Permalink
#2225: add back <cstdlib> (required for std::size_t)
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs authored and lifflander committed Dec 12, 2023
1 parent 2bb90da commit 184fda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/configs/error/stack_out.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#define INCLUDED_VT_CONFIGS_ERROR_STACK_OUT_H

#include <cstdint>
#include <cstdlib>
#include <string>
#include <tuple>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions src/vt/utils/compress/decompressor_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

#include <string>
#include <cstdint>
#include <cstdlib>

namespace vt { namespace util { namespace compress {

Expand Down

0 comments on commit 184fda9

Please sign in to comment.