Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/tfrt/support/forward_decls.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define TFRT_SUPPORT_FORWARD_DECLS_H_

#include <cstddef>
#include <cstdint>
#include <memory>

#include "llvm/Support/Casting.h"
Expand Down
1 change: 1 addition & 0 deletions include/tfrt/support/raw_coding.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#ifndef TFRT_SUPPORT_RAW_CODING_H_
#define TFRT_SUPPORT_RAW_CODING_H_

#include <cstdint>
#include <cstring>

#include "tfrt/support/forward_decls.h"
Expand Down