diff options
author | Vaxry <[email protected]> | 2024-06-20 00:15:18 +0200 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-06-20 00:15:24 +0200 |
commit | fabc30df52ab5d2c369fc8acd4ff909a6ba3b8ac (patch) | |
tree | 235c85bb405db058dcf876f1320512bd24b53b7f | |
parent | d6de248b0d434a382a7036ff04b3f9b367668cb0 (diff) | |
download | Hyprland-fabc30df52ab5d2c369fc8acd4ff909a6ba3b8ac.tar.gz Hyprland-fabc30df52ab5d2c369fc8acd4ff909a6ba3b8ac.zip |
format: include macros for unreachable
-rw-r--r-- | src/helpers/Format.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers/Format.cpp b/src/helpers/Format.cpp index 08c3ca63..5251002c 100644 --- a/src/helpers/Format.cpp +++ b/src/helpers/Format.cpp @@ -2,6 +2,7 @@ #include <vector> #include "../includes.hpp" #include "debug/Log.hpp" +#include "../macros.hpp" /* DRM formats are LE, while OGL is BE. The two primary formats |