mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
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
This commit is contained in:
parent
e3ac119037
commit
6cd63fe2b3
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
* \defgroup h264_stream H264 Stream
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user