Skip to content

Commit

Permalink
#2225: fix missing <cstdint> include
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs authored and lifflander committed Dec 12, 2023
1 parent 588a5c9 commit 2bb90da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vt/configs/error/stack_out.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#if !defined INCLUDED_VT_CONFIGS_ERROR_STACK_OUT_H
#define INCLUDED_VT_CONFIGS_ERROR_STACK_OUT_H

#include <cstdlib>
#include <cstdint>
#include <string>
#include <tuple>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion src/vt/utils/compress/decompressor_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define INCLUDED_VT_UTILS_COMPRESS_DECOMPRESSOR_BASE_H

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

namespace vt { namespace util { namespace compress {

Expand Down

0 comments on commit 2bb90da

Please sign in to comment.