diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 18:30:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 18:30:37 +0200 |
commit | 33e902a74465110489c6566f5f0c035ad9432de4 (patch) | |
tree | b2bb4a6d9351100bd2622d221ca1eeda36be9ec7 /cv | |
parent | 15c97dd8ddeba8d0f0e80df39320e3789f3fb4b2 (diff) |
compat: drop pre-C++20 macros.hpp header
Diffstat (limited to 'cv')
-rw-r--r-- | cv/translation-calibrator.cpp | 2 | ||||
-rw-r--r-- | cv/video-widget.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cv/translation-calibrator.cpp b/cv/translation-calibrator.cpp index 8fe9a1b8..6fb3e638 100644 --- a/cv/translation-calibrator.cpp +++ b/cv/translation-calibrator.cpp @@ -8,7 +8,7 @@ #include "translation-calibrator.hpp" #include "compat/euler.hpp" #include "compat/math.hpp" -#include "compat/macros1.h" +#include "compat/macros.h" #include <opencv2/core.hpp> #include <tuple> diff --git a/cv/video-widget.cpp b/cv/video-widget.cpp index 6d8c0be3..7accd275 100644 --- a/cv/video-widget.cpp +++ b/cv/video-widget.cpp @@ -1,5 +1,5 @@ #include "video-widget.hpp" -#include "compat/macros1.h" +#include "compat/macros.h" #include <opencv2/imgproc.hpp> void cv_video_widget::update_image(const cv::Mat& frame) |