Skip to content

Commit

Permalink
Merge pull request ros-perception#188 from mikaelarguedas/missing_inc…
Browse files Browse the repository at this point in the history
…ludes

missing STL includes
  • Loading branch information
vrabaud authored Nov 11, 2017
2 parents b0eea6f + 9eb9ab0 commit 45ab33c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image_geometry/include/image_geometry/pinhole_camera_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <memory>
#include <stdexcept>
#include <string>

namespace image_geometry {

Expand Down

0 comments on commit 45ab33c

Please sign in to comment.