Skip to content

Commit

Permalink
work around cv_bridge.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Sep 26, 2024
1 parent 28f224d commit 273b015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sync_and_detect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
// limitations under the License.

#include <algorithm>
#ifdef USE_CV_BRIDGE_HPP
#include <cv_bridge/cv_bridge.hpp>
#else
#include <cv_bridge/cv_bridge.h>
#endif
#include <tagslam/logging.hpp>
#include <tagslam/sync_and_detect.hpp>

Expand Down

0 comments on commit 273b015

Please sign in to comment.