diff --git a/benchmark/lru_cache_benchmark.cpp b/benchmark/lru_cache_benchmark.cpp index 6a7521e..f868d9f 100644 --- a/benchmark/lru_cache_benchmark.cpp +++ b/benchmark/lru_cache_benchmark.cpp @@ -4,6 +4,8 @@ // SPDX-License-Identifier: MIT +#include + #include #include diff --git a/benchmark/palindrome_benchmark.cpp b/benchmark/palindrome_benchmark.cpp index 5689dae..2d3eeb9 100644 --- a/benchmark/palindrome_benchmark.cpp +++ b/benchmark/palindrome_benchmark.cpp @@ -4,14 +4,14 @@ // SPDX-License-Identifier: MIT +#include + #include #include #include -#include - #include "forfun/palindrome.h" #include "forfun/palindrome.hpp"