mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-12-20 05:50:11 +01:00
Missing headers
This commit is contained in:
parent
0a28f35c00
commit
eabe374263
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ using namespace Hyprutils::Memory;
|
||||||
#ifdef HU_UNIT_TESTS
|
#ifdef HU_UNIT_TESTS
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
#include <chrono>
|
||||||
|
#include <thread>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#define SP CSharedPointer
|
#define SP CSharedPointer
|
||||||
#define WP CWeakPointer
|
#define WP CWeakPointer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue