]> https://gitweb.dealii.org/ - dealii.git/commitdiff
base/table_handler.h: add missing include, remove superfluous include 18329/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 4 Apr 2025 18:51:46 +0000 (13:51 -0500)
committerMatthias Maier <tamiko@43-1.org>
Fri, 4 Apr 2025 18:51:46 +0000 (13:51 -0500)
 - we need <cstdint> for std::uint64_t used in this header

 - we do not seem to need <fstream>, only <ostream>, so remove it
   (fingers crossed)

include/deal.II/base/table_handler.h

index 506e20afa61a333d8a9c2c21ebd9a49d9426291a..bcaee1907694951e5fc023e42c5a111c81b03f0a 100644 (file)
@@ -25,7 +25,7 @@
 #include <boost/serialization/string.hpp>
 #include <boost/serialization/vector.hpp>
 
-#include <fstream>
+#include <cstdint>
 #include <map>
 #include <ostream>
 #include <string>

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.