diff options
| author | bunnei <bunneidev@gmail.com> | 2021-01-21 15:30:28 -0800 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-21 15:30:28 -0800 | 
| commit | 1e9b1d439ff488abdaeb45e82cd8e1fdfbc16421 (patch) | |
| tree | 07aadf220b23954fa32df8f07311cfd3eabcdfcf | |
| parent | 2c4c7aea8adba63af3ebf89bd930b2cacae781a7 (diff) | |
common: Add missing include to bit_util.h
| -rw-r--r-- | src/common/bit_util.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/common/bit_util.h b/src/common/bit_util.h index 69fb4e5e4..64520ca4e 100644 --- a/src/common/bit_util.h +++ b/src/common/bit_util.h @@ -4,6 +4,7 @@  #pragma once +#include <bit>  #include <climits>  #include <cstddef> | 
