utvideodec: Add a missing include

This was missing from 77c23704c7, fixing building.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2017-02-10 09:20:39 +02:00
parent a52976c0fe
commit bc25897630
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "bitstream.h"
#include "bswapdsp.h"
#include "bytestream.h"
#include "internal.h"
#include "thread.h"
#include "utvideo.h"