aegis.cpp icon indicating copy to clipboard operation
aegis.cpp copied to clipboard

ratelimit/bucket.hpp: Add missing include

Open NexAdn opened this issue 4 years ago • 0 comments

bucket.hpp missed a required #include . This sometimes causes build errors when including bucket.hpp in another project directly instead of using the convenience header. This commit fixes this by explicitly including .

Signed-off-by: NexAdn [email protected]

NexAdn avatar Nov 30 '21 22:11 NexAdn