From: cazamias Date: Thu, 27 Sep 2012 00:04:20 +0000 (+0000) Subject: Added iostream to table_handler.cc X-Git-Tag: v8.0.0~2031 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736e9e081c46af5d1d31fb4e7db8ca7484c9f859;p=dealii.git Added iostream to table_handler.cc git-svn-id: https://svn.dealii.org/trunk@26772 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/benchmarks/tablehandler/table_handler.cc b/tests/benchmarks/tablehandler/table_handler.cc index 95851ad1e0..9e30799887 100644 --- a/tests/benchmarks/tablehandler/table_handler.cc +++ b/tests/benchmarks/tablehandler/table_handler.cc @@ -23,6 +23,7 @@ using namespace dealii; #include #include +#include #include #include