From 6cd63fe2b3b0d4632e7e474c9cfb48f19574d062 Mon Sep 17 00:00:00 2001 From: capitalistspz Date: Sun, 28 Dec 2025 16:16:39 +0000 Subject: [PATCH] Include `wut.h` in `h264/stream.h` (#432) * Include `wut.h` in `h264/stream.h` Not having `wut.h` included when using this header results in redefinition errors because of `WUT_PACKED` * Add a space --- include/h264/stream.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/h264/stream.h b/include/h264/stream.h index fdeb544a..2b82a28a 100644 --- a/include/h264/stream.h +++ b/include/h264/stream.h @@ -1,4 +1,5 @@ #pragma once +#include /** * \defgroup h264_stream H264 Stream