internal: fix missing headers (#86)

This commit is contained in:
Constantin Piber 2025-11-10 23:02:48 +01:00 committed by GitHub
parent 0a28f35c00
commit cb3e797fde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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