Skip to content

Commit

Permalink
add missing include (for FTBFS with gcc-13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ban-nobuhiro committed Apr 29, 2024
1 parent 240d970 commit d56846c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/takatori/serializer/value_input_exception.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstdint>
#include <stdexcept>

namespace takatori::serializer {
Expand Down

0 comments on commit d56846c

Please sign in to comment.