Skip to content

Commit

Permalink
MAINT: fix compile errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
oddkiva committed Jan 8, 2023
1 parent 125feaf commit c57930c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/drafts/Calibration/Chessboard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include <drafts/ChessboardDetection/ChessboardDetector.hpp>

#include <optional>


namespace DO::Sara {

Expand Down
2 changes: 2 additions & 0 deletions cpp/drafts/ChessboardDetection/examples/detect_corners.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#include "Utilities/ImageOrVideoReader.hpp"

#include <optional>


namespace sara = DO::Sara;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

#include "Utilities/ImageOrVideoReader.hpp"

#include <optional>


namespace sara = DO::Sara;

Expand Down
1 change: 1 addition & 0 deletions cpp/drafts/NeuralNetworks/Darknet/Network.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <drafts/NeuralNetworks/Darknet/Layer.hpp>

#include <iomanip>
#include <optional>


namespace DO::Sara::Darknet {
Expand Down

0 comments on commit c57930c

Please sign in to comment.