Skip to content
Snippets Groups Projects
Commit f416a8d6 authored by James Almer's avatar James Almer
Browse files

Merge commit 'd5759701'


* commit 'd5759701':
  libkvazaar: Add missing header #includes

Merged-by: default avatarJames Almer <jamrial@gmail.com>
parents 64472bf0 d5759701
No related branches found
No related tags found
No related merge requests found
......@@ -21,13 +21,17 @@
*/
#include <kvazaar.h>
#include <stdint.h>
#include <string.h>
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/dict.h"
#include "libavutil/error.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment