mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 13:25:58 +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 "Format.hpp"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "../includes.hpp"
|
#include "../includes.hpp"
|
||||||
|
#include "debug/Log.hpp"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
DRM formats are LE, while OGL is BE. The two primary formats
|
DRM formats are LE, while OGL is BE. The two primary formats
|
||||||
|
|
Loading…
Reference in a new issue