Missing headers

This commit is contained in:
Constantin Piber 2025-11-10 21:15:51 +01:00
parent 0a28f35c00
commit eabe374263
No known key found for this signature in database
GPG key ID: 963641026DD388F9

View file

@ -7,6 +7,9 @@ using namespace Hyprutils::Memory;
#ifdef HU_UNIT_TESTS
#include <gtest/gtest.h>
#include <chrono>
#include <thread>
#include <vector>
#define SP CSharedPointer
#define WP CWeakPointer