Include wut.h in h264/stream.h

Not having `wut.h` included when using this header results in redefinition errors because of `WUT_PACKED`
This commit is contained in:
capitalistspz 2025-12-26 10:22:55 +00:00
parent e3ac119037
commit 28326212cd

View File

@ -1,5 +1,5 @@
#pragma once
#include <wut.h>
/**
* \defgroup h264_stream H264 Stream
* \ingroup h264