From c2901eeee1bdca434fa96d45d4a431765e6979e6 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 15 Oct 2020 16:26:00 -0700 Subject: [PATCH] Added missing #includes (caught by Blaze). --- upb/decode.int.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upb/decode.int.h b/upb/decode.int.h index 7aa1eea454..ab1982ef56 100644 --- a/upb/decode.int.h +++ b/upb/decode.int.h @@ -2,6 +2,9 @@ #ifndef UPB_DECODE_INT_H_ #define UPB_DECODE_INT_H_ +#include + +#include "upb/msg.h" #include "upb/upb.int.h" /* Must be last. */