Kaynağa Gözat

Add missing `#include` (#4513)

Co-authored-by: Josh L <josh11b@users.noreply.github.com>
josh11b 1 yıl önce
ebeveyn
işleme
ada9564077
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      explorer/interpreter/type_utils.h

+ 2 - 0
explorer/interpreter/type_utils.h

@@ -5,6 +5,8 @@
 #ifndef CARBON_EXPLORER_INTERPRETER_TYPE_UTILS_H_
 #define CARBON_EXPLORER_INTERPRETER_TYPE_UTILS_H_
 
+#include <cstddef>
+
 #include "explorer/base/nonnull.h"
 
 namespace Carbon {