Skip to content

Commit 220fcd2

Browse files
docs: update includes
1 parent ca3f63e commit 220fcd2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

others/serialization.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
#include <fstream>
2-
#include <iostream>
3-
#include <string>
4-
#include <cassert>
1+
#include <cassert> // for assert
2+
#include <cstdint> // for std::uint32_t
3+
#include <fstream> // for std::ifstream std::ofstream
4+
#include <iostream> // for std::ios std::cout std::cerr
5+
#include <string> // for std::string
6+
#include <type_traits> // for std::is_fundamental
57

68
/**
79
* @file

0 commit comments

Comments
 (0)