From ef3c5a0affd651c9cf850633080b6278192969b3 Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 4 Jul 2021 10:30:13 +0000 Subject: [PATCH] clang-format and clang-tidy fixes for 126e3f21 --- dynamic_programming/house_robber.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic_programming/house_robber.cpp b/dynamic_programming/house_robber.cpp index ffab0d291..3a703c45a 100644 --- a/dynamic_programming/house_robber.cpp +++ b/dynamic_programming/house_robber.cpp @@ -7,9 +7,9 @@ */ #include /// for assert +#include /// for std::max #include /// for io operations #include /// for std::vector -#include /// for std::max /** * @namespace dynamic_programming * @brief House robber algorithm