Skip to content

Commit

Permalink
Fix compile with GCC 13 (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
  • Loading branch information
yselkowitz committed Jan 25, 2023
1 parent 3139466 commit f4586b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Serializer.hpp
Expand Up @@ -20,6 +20,7 @@
#ifndef SERIALIZER_HPP
#define SERIALIZER_HPP

#include <cstdint>
#include <fstream>
#include <map>
#include <string>
Expand Down

0 comments on commit f4586b7

Please sign in to comment.