From 7789caad39f9c19553fe8baf779c0196938f645a Mon Sep 17 00:00:00 2001 From: memchr <118117622+memchr@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:25:01 +0000 Subject: [PATCH] build: include missing header: "debug/Log.hpp" in Format.cpp (#6365) --- src/helpers/Format.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/Format.cpp b/src/helpers/Format.cpp index 3d6b7cc3..343440b4 100644 --- a/src/helpers/Format.cpp +++ b/src/helpers/Format.cpp @@ -1,6 +1,7 @@ #include "Format.hpp" #include #include "../includes.hpp" +#include "debug/Log.hpp" /* DRM formats are LE, while OGL is BE. The two primary formats