summarylogtreecommitdiffstats
path: root/sfmdata.patch
blob: ee95f7cdf6619c4e6c4a77c296b6470c8c6c0a37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/src/software/utils/main_computeUncertainty.cpp b/src/software/utils/main_computeUncertainty.cpp
index 6574cba1..5596b934 100644
--- a/src/software/utils/main_computeUncertainty.cpp
+++ b/src/software/utils/main_computeUncertainty.cpp
@@ -5,6 +5,8 @@
 
 #include <aliceVision/sfm/sfm.hpp>
 #include <aliceVision/sfm/BundleAdjustmentCeres.hpp>
+#include <aliceVision/sfmData/SfMData.hpp>
+#include <aliceVision/sfmDataIO/sfmDataIO.hpp>
 #include <aliceVision/system/cmdline.hpp>
 #include <aliceVision/config.hpp>
 
@@ -24,6 +26,8 @@
 
 using namespace aliceVision;
 using namespace aliceVision::sfm;
+using namespace aliceVision::sfmData;
+using namespace aliceVision::sfmDataIO;
 namespace po = boost::program_options;