From e94ac4f75717f2bd1a617e5633cd502106748475 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 22 Aug 2018 23:15:12 -0700 Subject: Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}. Also got rid of the premature "v1" business that was attempting to create a binary compatibility story. Also added an in-progress CMakeLists.txt file. --- upb/bindings/lua/upb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'upb/bindings/lua') diff --git a/upb/bindings/lua/upb.h b/upb/bindings/lua/upb.h index 52bc5a2..820a317 100644 --- a/upb/bindings/lua/upb.h +++ b/upb/bindings/lua/upb.h @@ -9,6 +9,7 @@ #include "upb/def.h" #include "upb/handlers.h" #include "upb/msg.h" +#include "upb/msgfactory.h" /* Lua 5.1/5.2 compatibility code. */ #if LUA_VERSION_NUM == 501 -- cgit v1.2.3