Add missing include
This commit is contained in:
parent
142b5de5af
commit
ab108f8a60
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "bitpacker.h"
|
||||
#include <climits>
|
||||
#include <limits>
|
||||
|
||||
// Sometimes we can't explicitly define bitfields because we need to allow users to
|
||||
|
|
Loading…
Reference in a new issue