mirror of
https://github.com/hyprwm/hyprutils.git
synced 2025-12-20 07:00:10 +01:00
internal: fix missing headers (#86)
This commit is contained in:
parent
0a28f35c00
commit
cb3e797fde
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