Skip to content

Commit b3ce5af

Browse files
authored
Merge pull request #1739 from alicevision/fix/missingInclude
Add missing `fstream` include in ApplyCalibration
2 parents 18599f4 + 83998ea commit b3ce5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/software/utils/main_applyCalibration.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
#include <boost/program_options.hpp>
1717

18+
#include <fstream>
1819
#include <string>
1920
#include <cmath>
2021
#include <memory>

0 commit comments

Comments
 (0)