We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3f63e commit 220fcd2Copy full SHA for 220fcd2
others/serialization.cpp
@@ -1,7 +1,9 @@
1
-#include <fstream>
2
-#include <iostream>
3
-#include <string>
4
-#include <cassert>
+#include <cassert> // for assert
+#include <cstdint> // for std::uint32_t
+#include <fstream> // for std::ifstream std::ofstream
+#include <iostream> // for std::ios std::cout std::cerr
5
+#include <string> // for std::string
6
+#include <type_traits> // for std::is_fundamental
7
8
/**
9
* @file
0 commit comments