[Positioning] Add missing #include <iostream>

This commit is contained in:
Matteo Cypriani 2011-07-25 16:50:35 +02:00
parent 42bcef2c0e
commit c11e33fd0b
4 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include "posexcept.hh"
#include "stock.hh"
#include <iostream>
#include <string>
using namespace std ;

View File

@ -5,6 +5,7 @@
#include "stock.hh"
#include "posexcept.hh"
#include <iostream>
#include <sstream>
#include <cstdio> // For perror()
#include <boost/lexical_cast.hpp>

View File

@ -11,6 +11,8 @@
#include <owlps.h>
#include <iostream>
using namespace std ;

View File

@ -3,6 +3,8 @@
#include "posexcept.hh"
#include "area.hh"
#include <iostream>
using namespace std ;
using std::tr1::unordered_map ;
using std::tr1::unordered_set ;