From 9ee1be6fba9d52e6c194236cdf11b668cfc223e4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 23 Jan 2023 15:50:48 +0100 Subject: [PATCH] command/database: add missing include for UINT_MAX --- src/command/DatabaseCommands.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/command/DatabaseCommands.cxx b/src/command/DatabaseCommands.cxx index 19291cbb8..91f250fa1 100644 --- a/src/command/DatabaseCommands.cxx +++ b/src/command/DatabaseCommands.cxx @@ -40,6 +40,8 @@ #include #include +#include // for UINT_MAX + CommandResult handle_listfiles_db(Client &client, Response &r, const char *uri) {