common: Add missing include to bit_util.h

This commit is contained in:
bunnei 2021-01-21 15:30:28 -08:00 committed by GitHub
parent 2c4c7aea8a
commit 1e9b1d439f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@
#pragma once
#include <bit>
#include <climits>
#include <cstddef>