summaryrefslogtreecommitdiff
path: root/upb/generated_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/generated_util.h')
-rw-r--r--upb/generated_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/generated_util.h b/upb/generated_util.h
index 9c5e189..0a10099 100644
--- a/upb/generated_util.h
+++ b/upb/generated_util.h
@@ -7,6 +7,7 @@
#define UPB_GENERATED_UTIL_H_
#include <stdint.h>
+#include "upb/msg.h"
#include "upb/structs.int.h"
#define PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback