Update mussa to build on ubuntu 10.04 with qt 4.6.2 +boost 1.40.0.1
[mussa.git] / alg / io.hpp
1 #ifndef IO_HPP_
2 #define IO_HPP_
3
4 #include <iostream>
5 #include <string>
6
7 //! useful function for ignoring the various end of line conventions
8 void multiplatform_getline(std::istream& in, std::string& line);
9
10 #endif /*IO_HPP_*/