mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 19:39:06 +08:00
13 lines
287 B
Diff
13 lines
287 B
Diff
|
diff --git a/lib/inc/drogon/RateLimiter.h b/lib/inc/drogon/RateLimiter.h
|
||
|
index 6940321..2c5f039 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
|
||
|
{
|