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

Replaced wrong iostream include with fstream

parent a105e432
......@@ -42,7 +42,7 @@
#include <vector>
#include <array>
#include <cstdint>
#include <iostream>
#include <fstream>
namespace eos {
namespace morphablemodel {
......
......@@ -35,7 +35,7 @@
#include <array>
#include <random>
#include <cassert>
#include <iostream>
#include <fstream>
namespace eos {
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