mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-24 03:35:15 -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:
@@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <wut.h>
|
||||
|
||||
/**
|
||||
* \defgroup h264_stream H264 Stream
|
||||
|
||||
Reference in New Issue
Block a user