diff --git a/nano/core_test/entry.cpp b/nano/core_test/entry.cpp index 0abd1cdc3a..423f3731b8 100644 --- a/nano/core_test/entry.cpp +++ b/nano/core_test/entry.cpp @@ -1,9 +1,9 @@ -#include "gtest/gtest.h" - #include #include #include +#include + #include constexpr std::size_t OPEN_FILE_DESCRIPTORS_LIMIT = 16384;