Skip to content

Commit 3022436

Browse files
committed
Merge pull request #159 from torbjoernk/hotfix/config-iostream-missing
fix: iostream needed by config.hpp
2 parents 4149fcf + 5f18d2e commit 3022436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/pfasst/config.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define _PFASST__CONFIG_HPP_
33

44
#include <fstream>
5+
#include <iostream>
56
#include <string>
67
#include <map>
78
using namespace std;

0 commit comments

Comments
 (0)