Skip to content

Commit ada9564

Browse files
authored
Add missing #include (#4513)
Co-authored-by: Josh L <[email protected]>
1 parent 79c5c47 commit ada9564

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

explorer/interpreter/type_utils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef CARBON_EXPLORER_INTERPRETER_TYPE_UTILS_H_
66
#define CARBON_EXPLORER_INTERPRETER_TYPE_UTILS_H_
77

8+
#include <cstddef>
9+
810
#include "explorer/base/nonnull.h"
911

1012
namespace Carbon {

0 commit comments

Comments
 (0)