Skip to content

Commit e186e4a

Browse files
committed
Fix typo in include in new header
1 parent 304b71d commit e186e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/new

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
#pragma GCC system_header
3838

3939
#include <bits/c++config.h>
40-
#include <stddef>
40+
#include <cstddef>
4141

4242
#pragma GCC visibility push(default)
4343

0 commit comments

Comments
 (0)