Commit 7b77b8e0 authored by Patrik Huber's avatar Patrik Huber

Replaced wrong iostream include with fstream

parent a105e432
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include <vector> #include <vector>
#include <array> #include <array>
#include <cstdint> #include <cstdint>
#include <iostream> #include <fstream>
namespace eos { namespace eos {
namespace morphablemodel { namespace morphablemodel {
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <array> #include <array>
#include <random> #include <random>
#include <cassert> #include <cassert>
#include <iostream> #include <fstream>
namespace eos { namespace eos {
namespace morphablemodel { namespace morphablemodel {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment