From 709414b5140d87982b516b6eeca19f5da2a51e6e Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 29 Apr 2025 14:38:27 -0700 Subject: [PATCH] Correct header for size_t --- inst/include/cpp11/named_arg.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/include/cpp11/named_arg.hpp b/inst/include/cpp11/named_arg.hpp index df7ba935..3590b033 100644 --- a/inst/include/cpp11/named_arg.hpp +++ b/inst/include/cpp11/named_arg.hpp @@ -1,6 +1,6 @@ #pragma once -#include // for size_t +#include // for size_t #include // for initializer_list