mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 19:05:59 +01:00
build: include missing header: "debug/Log.hpp" in Format.cpp (#6365)
This commit is contained in:
parent
3fb079a2a3
commit
7789caad39
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#include "Format.hpp"
|
||||
#include <vector>
|
||||
#include "../includes.hpp"
|
||||
#include "debug/Log.hpp"
|
||||
|
||||
/*
|
||||
DRM formats are LE, while OGL is BE. The two primary formats
|
||||
|
|
Loading…
Reference in a new issue