Skip to content

Commit c04077f

Browse files
committed
Fixed incorrect include in Parallel.h
1 parent f48abcc commit c04077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/open3d/utility/Parallel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#pragma once
99

10-
#include <cstdint>
10+
#include <cstddef>
1111

1212
namespace open3d {
1313
namespace utility {

0 commit comments

Comments
 (0)