Skip to content

fix missing fstream include#44

Open
jasjuang wants to merge 1 commit into
royshil:masterfrom
jasjuang:master
Open

fix missing fstream include#44
jasjuang wants to merge 1 commit into
royshil:masterfrom
jasjuang:master

Conversation

@jasjuang

Copy link
Copy Markdown

Otherwise there will be compilation error

/home/jasjuang/SfM-Toy-Library/SfMToyLib/SfM.cpp:636:18: error: variable ‘std::ofstream ofs’ has initializer but incomplete type
     ofstream ofs(prefix + "_points.ply");
                  ^
/home/jasjuang/SfM-Toy-Library/SfMToyLib/SfM.cpp:668:19: error: variable ‘std::ofstream ofsc’ has initializer but incomplete type
     ofstream ofsc(prefix + "_cameras.ply");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant