fix missing type definitions
This commit is contained in:
parent
ae216daf02
commit
07399e213f
|
@ -22,6 +22,7 @@ Contributors:
|
|||
Seven Du <dujinfang@gmail.com>
|
||||
*/
|
||||
|
||||
#include <switch.h>
|
||||
#include "mp4_helper.hpp"
|
||||
|
||||
namespace MP4
|
||||
|
@ -132,4 +133,4 @@ namespace MP4
|
|||
++rt.packet;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue