diff --git a/src/software/convert/main_importKnownPoses.cpp b/src/software/convert/main_importKnownPoses.cpp index 1544f0128a..6f335941bc 100644 --- a/src/software/convert/main_importKnownPoses.cpp +++ b/src/software/convert/main_importKnownPoses.cpp @@ -20,6 +20,7 @@ #include #include #include +#include #include #include diff --git a/src/software/pipeline/main_globalRotationEstimating.cpp b/src/software/pipeline/main_globalRotationEstimating.cpp index 51d71045bf..e563ed14b8 100644 --- a/src/software/pipeline/main_globalRotationEstimating.cpp +++ b/src/software/pipeline/main_globalRotationEstimating.cpp @@ -24,6 +24,7 @@ #include #include +#include // These constants define the current software version. // They must be updated when the command line is changed. diff --git a/src/software/pipeline/main_nodalSfM.cpp b/src/software/pipeline/main_nodalSfM.cpp index 80c4102039..da020df6f0 100644 --- a/src/software/pipeline/main_nodalSfM.cpp +++ b/src/software/pipeline/main_nodalSfM.cpp @@ -36,6 +36,7 @@ #include #include #include +#include #include #include diff --git a/src/software/pipeline/main_sfmBootstraping.cpp b/src/software/pipeline/main_sfmBootstraping.cpp index a5b18a3517..daf75ef9d3 100644 --- a/src/software/pipeline/main_sfmBootstraping.cpp +++ b/src/software/pipeline/main_sfmBootstraping.cpp @@ -34,6 +34,7 @@ #include #include #include +#include // These constants define the current software version. // They must be updated when the command line is changed. diff --git a/src/software/utils/main_rigTransform.cpp b/src/software/utils/main_rigTransform.cpp index 49ae04860c..d74e86d7f5 100644 --- a/src/software/utils/main_rigTransform.cpp +++ b/src/software/utils/main_rigTransform.cpp @@ -14,6 +14,7 @@ #include +#include #include #include #include diff --git a/src/software/utils/main_sfmPoseInjecting.cpp b/src/software/utils/main_sfmPoseInjecting.cpp index 1f887520af..1c95888586 100644 --- a/src/software/utils/main_sfmPoseInjecting.cpp +++ b/src/software/utils/main_sfmPoseInjecting.cpp @@ -17,6 +17,8 @@ #include #include +#include + // These constants define the current software version. // They must be updated when the command line is changed. #define ALICEVISION_SOFTWARE_VERSION_MAJOR 1