Skip to content

Commit

Permalink
FIX: Build error on GCC 13.x (#106)
Browse files Browse the repository at this point in the history
Refer to https://gcc.gnu.org/gcc-13/porting_to.html for details on why change was needed
  • Loading branch information
NBurley93 committed Jun 6, 2023
1 parent ceeb189 commit 94f7ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bitsery/details/adapter_common.h
Expand Up @@ -28,6 +28,7 @@
#include <algorithm>
#include <cassert>
#include <climits>
#include <cstdint>

namespace bitsery {

Expand Down

0 comments on commit 94f7ada

Please sign in to comment.