Skip to content

Commit

Permalink
Merge pull request #35 from project-tsurugi/gcc-13-include
Browse files Browse the repository at this point in the history
add missing include (for FTBFS with gcc-13)
  • Loading branch information
ashigeru authored May 7, 2024
2 parents 240d970 + d56846c commit 192c288
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 192c288

Please sign in to comment.