Skip to content

Commit

Permalink
Merge pull request #2226 from DARMA-tasking/2225-fix-missing-cstdint
Browse files Browse the repository at this point in the history
#2225: fix missing `<cstdint>` include
  • Loading branch information
lifflander committed Jan 3, 2024
2 parents 13b1920 + 2142997 commit 0819869
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 @@ -44,6 +44,7 @@
#if !defined INCLUDED_VT_CONFIGS_ERROR_STACK_OUT_H
#define INCLUDED_VT_CONFIGS_ERROR_STACK_OUT_H

#include <cstdint>
#include <cstdlib>
#include <string>
#include <tuple>
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 @@ -45,6 +45,7 @@
#define INCLUDED_VT_UTILS_COMPRESS_DECOMPRESSOR_BASE_H

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

namespace vt { namespace util { namespace compress {
Expand Down

0 comments on commit 0819869

Please sign in to comment.