Skip to content

Commit f978693

Browse files
committed
Repair CI failure
1 parent 2cc9226 commit f978693

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

code_snippets/chapter06/chapter06_18-001_use_lambdas.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// chapter06_18-001_use_lambdas.cpp
99

1010
#include <algorithm>
11+
#include <cstddef>
12+
#include <cstdint>
1113
#include <iostream>
1214

1315
using function_type = void(*)();

code_snippets/chapter06/chapter06_18-002_use_lambdas.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// chapter06_18-002_use_lambdas.cpp
99

1010
#include <algorithm>
11+
#include <cstddef>
12+
#include <cstdint>
1113
#include <iostream>
1214

1315
using function_type = void(*)();

0 commit comments

Comments
 (0)