Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

ratelimit/bucket.hpp: Add missing include #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NexAdn
Copy link

@NexAdn NexAdn commented Nov 30, 2021

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 nex@nexadn.de

bucket.hpp missed a required #include <thread>. 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 <thread>.

Signed-off-by: NexAdn <nex@nexadn.de>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant