mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
ca02a48b10
* Fix gcc13 compilation errors. * update 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
|
|
{
|