Commit d2797eff authored by Max Kellermann's avatar Max Kellermann

command/database: add missing include for UINT_MAX

parent 1170fb1e
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#include <limits.h> // for UINT_MAX
CommandResult CommandResult
handle_listfiles_db(Client &client, Response &r, const char *uri) handle_listfiles_db(Client &client, Response &r, const char *uri)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment