]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add missing include file for step-69 9642/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 9 Mar 2020 18:26:06 +0000 (19:26 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 9 Mar 2020 18:44:46 +0000 (19:44 +0100)
examples/step-69/step-69.cc

index b4f1b00c9bcf0258dab61f577edadfe6c7908d80..49062a7540d30a00c79a42527b26e6f506df36dc 100644 (file)
@@ -82,8 +82,9 @@
 #include <boost/range/irange.hpp>
 #include <boost/range/iterator_range.hpp>
 
-// For std::isnan and std::isinf.
+// For std::isnan, std::isinf, and std::ifstream
 #include <cmath>
+#include <fstream>
 
 // @sect3{Class template declarations}
 //

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.