mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 06:49:02 +08:00
b3d05b2f8c
* fix: patch to use find_program for drogon_ctl * update drogon port version
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
|
|
{
|