Skip to content

Commit

Permalink
Merge pull request #1739 from alicevision/fix/missingInclude
Browse files Browse the repository at this point in the history
Add missing `fstream` include in ApplyCalibration
  • Loading branch information
cbentejac authored Sep 2, 2024
2 parents 18599f4 + 83998ea commit b3ce5af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/software/utils/main_applyCalibration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

#include <boost/program_options.hpp>

#include <fstream>
#include <string>
#include <cmath>
#include <memory>
Expand Down

0 comments on commit b3ce5af

Please sign in to comment.