Browse Source

common: Add missing include to bit_util.h

pull/15/merge
bunnei 5 years ago
committed by GitHub
parent
commit
1e9b1d439f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/common/bit_util.h

1
src/common/bit_util.h

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

Loading…
Cancel
Save