format: include macros for unreachable

This commit is contained in:
Vaxry 2024-06-20 00:15:18 +02:00
parent d6de248b0d
commit fabc30df52
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <vector> #include <vector>
#include "../includes.hpp" #include "../includes.hpp"
#include "debug/Log.hpp" #include "debug/Log.hpp"
#include "../macros.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