Added missing #includes (caught by Blaze).

pull/13171/head
Joshua Haberman 4 years ago
parent 44a7130845
commit c2901eeee1
  1. 3
      upb/decode.int.h

@ -2,6 +2,9 @@
#ifndef UPB_DECODE_INT_H_
#define UPB_DECODE_INT_H_
#include <setjmp.h>
#include "upb/msg.h"
#include "upb/upb.int.h"
/* Must be last. */

Loading…
Cancel
Save