Skip to content

Commit 709414b

Browse files
Correct header for size_t
1 parent 05c888b commit 709414b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inst/include/cpp11/named_arg.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include <stddef.h> // for size_t
3+
#include <cstddef> // for size_t
44

55
#include <initializer_list> // for initializer_list
66

0 commit comments

Comments
 (0)