From 928ef7f2c02f18d9945dd750884dffbdebef1b98 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Wed, 27 Mar 2019 12:52:33 -0700 Subject: Removed reflection and other extraneous things from the core library. (#158) * Removed reflection and other extraneous things from the core library. * Added missing files and ran buildifier. * New CMakeLists.txt. * Made table its own cc_library() for internal usage. --- upb/bindings/lua/msg.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'upb/bindings/lua/msg.c') diff --git a/upb/bindings/lua/msg.c b/upb/bindings/lua/msg.c index df5a143..1e5e47c 100644 --- a/upb/bindings/lua/msg.c +++ b/upb/bindings/lua/msg.c @@ -7,9 +7,11 @@ #include #include #include + #include "lauxlib.h" #include "upb/bindings/lua/upb.h" #include "upb/handlers.h" +#include "upb/legacy_msg_reflection.h" #include "upb/msg.h" /* -- cgit v1.2.3