command/database: add missing include for UINT_MAX

This commit is contained in:
Max Kellermann 2023-01-23 15:50:48 +01:00
parent 1170fb1e1e
commit d2797effa3
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@
#include <memory>
#include <vector>
#include <limits.h> // for UINT_MAX
CommandResult
handle_listfiles_db(Client &client, Response &r, const char *uri)
{