Skip to content

Commit

Permalink
common/util.cpp: Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenke committed Dec 30, 2023
1 parent 01470e9 commit 3110b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <array>
#include <bit>
#include <cstddef>
#include <stdexcept>

namespace libmumble_protocol::common {
Expand Down

0 comments on commit 3110b5d

Please sign in to comment.