package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
287 B

diff --git a/lib/inc/drogon/RateLimiter.h b/lib/inc/drogon/RateLimiter.h
index 3b8706b..dece795 100644
--- a/lib/inc/drogon/RateLimiter.h
+++ b/lib/inc/drogon/RateLimiter.h
@@ -3,6 +3,7 @@
#include <memory>
#include <chrono>
#include <mutex>
+#include <string>
namespace drogon
{