[Liblas-commits] hg-main-tree: std::cin is in <iostream>
liblas-commits at liblas.org
liblas-commits at liblas.org
Tue Jul 26 15:52:39 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/fff18f225752
changeset: 938:fff18f225752
user: Howard Butler <hobu.inc at gmail.com>
date: Tue Jul 26 14:52:34 2011 -0500
description:
std::cin is in <iostream>
diffstat:
test/unit/StreamOwnerTest.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 50d3de7fe1a0 -r fff18f225752 test/unit/StreamOwnerTest.cpp
--- a/test/unit/StreamOwnerTest.cpp Tue Jul 26 12:10:18 2011 -0500
+++ b/test/unit/StreamOwnerTest.cpp Tue Jul 26 14:52:34 2011 -0500
@@ -33,6 +33,7 @@
****************************************************************************/
#include <sstream>
+#include <iostream>
#include <boost/test/unit_test.hpp>
#include <boost/cstdint.hpp>
More information about the Liblas-commits
mailing list