Skip to content

Commit

Permalink
Remove include limits
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobDev authored and garakmon committed Feb 8, 2024
1 parent ab108f8 commit a960456
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/bitpacker.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "bitpacker.h"
#include <climits>
#include <limits>

// Sometimes we can't explicitly define bitfields because we need to allow users to
// change the size and arrangement of its members. In those cases we use this
Expand Down

0 comments on commit a960456

Please sign in to comment.