Add missing include

This commit is contained in:
JakobDev 2024-02-07 12:32:59 +01:00 committed by t
parent 142b5de5af
commit ab108f8a60

View file

@ -1,4 +1,5 @@
#include "bitpacker.h" #include "bitpacker.h"
#include <climits>
#include <limits> #include <limits>
// Sometimes we can't explicitly define bitfields because we need to allow users to // Sometimes we can't explicitly define bitfields because we need to allow users to