Skip to content

Commit 2bb3cb0

Browse files
authored
Add missing #include <optional> in nvcvop.h (#5570)
Signed-off-by: Michał Zientkiewicz <mzient@gmail.com>
1 parent a473467 commit 2bb3cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dali/operators/nvcvop/nvcvop.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <nvcv/Tensor.hpp>
2222
#include <nvcv/ImageBatch.hpp>
2323

24+
#include <optional>
2425
#include <string>
2526
#include <vector>
2627

0 commit comments

Comments
 (0)