Skip to content

Commit

Permalink
Bugfix: std::cout needs <iostream>
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Oct 10, 2014
1 parent 084ebe5 commit 5ac864d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems.hpp
Expand Up @@ -19,7 +19,7 @@
#ifndef PROBLEMS_H
#define PROBLEMS_H

#include <ostream>
#include <iostream>
#include <cassert>

namespace flexiblesusy {
Expand Down

0 comments on commit 5ac864d

Please sign in to comment.