mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
add cstdint
header to get SIZE_MAX
This commit is contained in:
parent
6738ceedae
commit
fa912a57f6
|
@ -20,8 +20,8 @@
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// This file was generated with a script.
|
// This file was generated with a script.
|
||||||
// Generated 2017-11-11 23:29:02.509687 UTC
|
// Generated 2017-11-17 12:07:21.024261 UTC
|
||||||
// This header was generated with sol v2.18.6 (revision 2d31d84)
|
// This header was generated with sol v2.18.6 (revision 6738cee)
|
||||||
// https://github.com/ThePhD/sol2
|
// https://github.com/ThePhD/sol2
|
||||||
|
|
||||||
#ifndef SOL_SINGLE_INCLUDE_HPP
|
#ifndef SOL_SINGLE_INCLUDE_HPP
|
||||||
|
@ -918,6 +918,7 @@ namespace meta {
|
||||||
// end of sol/bind_traits.hpp
|
// end of sol/bind_traits.hpp
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
#include <cstdint>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
@ -10766,8 +10767,6 @@ namespace sol {
|
||||||
|
|
||||||
// end of sol/stack_proxy.hpp
|
// end of sol/stack_proxy.hpp
|
||||||
|
|
||||||
#include <cstdint>
|
|
||||||
|
|
||||||
namespace sol {
|
namespace sol {
|
||||||
struct protected_function_result : public proxy_base<protected_function_result> {
|
struct protected_function_result : public proxy_base<protected_function_result> {
|
||||||
private:
|
private:
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
#include "protected_function_result.hpp"
|
#include "protected_function_result.hpp"
|
||||||
#include "unsafe_function_result.hpp"
|
#include "unsafe_function_result.hpp"
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace sol {
|
namespace sol {
|
||||||
|
|
||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
|
@ -24,7 +24,9 @@
|
||||||
|
|
||||||
#include "tuple.hpp"
|
#include "tuple.hpp"
|
||||||
#include "bind_traits.hpp"
|
#include "bind_traits.hpp"
|
||||||
|
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
#include <cstdint>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user