From 6ee38cb37d07f91a46aa56cdd87fc2ae735e7704 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 10 Dec 2024 12:26:50 +0000 Subject: [PATCH] items_test.cpp: add missing include --- test/items_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/items_test.cpp b/test/items_test.cpp index c829520b4..0a3caa2bc 100644 --- a/test/items_test.cpp +++ b/test/items_test.cpp @@ -1,6 +1,8 @@ -#include +#include #include +#include + #include "engine/random.hpp" #include "items.h" #include "player.h"