From 4708a2dc501f30ee9558cdc008b0fa9ae1b7d24a Mon Sep 17 00:00:00 2001 From: Sebastian Hahta <joseha@utu.fi> Date: Wed, 28 Aug 2019 11:48:59 +0300 Subject: [PATCH] fixstars_sgm.hpp: include ftl/config.h --- components/rgbd-sources/src/algorithms/fixstars_sgm.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/rgbd-sources/src/algorithms/fixstars_sgm.hpp b/components/rgbd-sources/src/algorithms/fixstars_sgm.hpp index 8102444f4..d773446d7 100644 --- a/components/rgbd-sources/src/algorithms/fixstars_sgm.hpp +++ b/components/rgbd-sources/src/algorithms/fixstars_sgm.hpp @@ -7,11 +7,13 @@ #include <opencv2/core.hpp> #include <opencv2/opencv.hpp> -#include <libsgm.h> -#include "../disparity.hpp" #include <opencv2/cudastereo.hpp> + +#include "../disparity.hpp" #include <ftl/configuration.hpp> +#include <ftl/config.h> +#include <libsgm.h> #include "ftl/offilter.hpp" namespace ftl { -- GitLab