From c8a6a3a47e4bd62d8c4297eaf60f68b72b45ac06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wo=CC=81jcik?= <3044353+pwojcikdev@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:37:01 +0200 Subject: [PATCH] Fix includes --- nano/core_test/entry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;