command/database: add missing include for UINT_MAX

This commit is contained in:
Max Kellermann 2023-01-23 15:50:48 +01:00
parent 76177dbc79
commit 9ee1be6fba
1 changed files with 2 additions and 0 deletions

View File

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