mirror of
https://github.com/hyprwm/aquamarine.git
synced 2024-11-17 02:35:59 +01:00
utils: fix missing include
This commit is contained in:
parent
544395c1b0
commit
9ccb4411ee
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include "FormatUtils.hpp"
|
#include "FormatUtils.hpp"
|
||||||
#include <drm_fourcc.h>
|
#include <drm_fourcc.h>
|
||||||
#include <xf86drm.h>
|
#include <xf86drm.h>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
std::string fourccToName(uint32_t drmFormat) {
|
std::string fourccToName(uint32_t drmFormat) {
|
||||||
auto fmt = drmGetFormatName(drmFormat);
|
auto fmt = drmGetFormatName(drmFormat);
|
||||||
|
|
Loading…
Reference in a new issue