mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 12:46:00 +01:00
byteoperations: add missing header
This commit is contained in:
parent
3ddb16bd5b
commit
68fd32c810
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
#define ULL unsigned long long
|
||||
#define LD long double
|
||||
|
||||
|
|
Loading…
Reference in a new issue