Skip to content

Commit

Permalink
missing include <fstream>
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA committed Jul 12, 2024
1 parent 352c903 commit 80de55f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_input.h>

#include <filesystem>
#include <fstream>

#include <async++.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <geode/geosciences/implicit/representation/io/geode/geode_implicit_cross_section_output.h>

#include <filesystem>
#include <fstream>
#include <string>
#include <vector>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_input.h>

#include <filesystem>
#include <fstream>

#include <async++.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <geode/geosciences/implicit/representation/io/geode/geode_implicit_structural_model_output.h>

#include <filesystem>
#include <fstream>
#include <string>
#include <vector>

Expand Down

0 comments on commit 80de55f

Please sign in to comment.