Added missing iostream includes
This commit is contained in:
parent
16444cd24a
commit
04c8aacee1
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
#include <boost/foreach.hpp>
|
||||
#include <cassert>
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
||||
namespace ng {
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#include "halo.hpp"
|
||||
#include "serialization/string_utils.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace halo
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue