1 2 3 4 5 6 7 8 9 10 11
#pragma once #include <lua.hpp> #include <string> namespace rgw::lua { const std::string CEPH_LUA_VERSION(LUA_VERSION_MAJOR "." LUA_VERSION_MINOR); }