Skip to content

Commit

Permalink
Add missing #include <optional>
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Zientkiewicz <mzient@gmail.com>
  • Loading branch information
mzient committed Jul 19, 2024
1 parent a473467 commit 6b5dc97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dali/operators/nvcvop/nvcvop.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <nvcv/Tensor.hpp>
#include <nvcv/ImageBatch.hpp>

#include <optional>
#include <string>
#include <vector>

Expand Down

0 comments on commit 6b5dc97

Please sign in to comment.