Skip to content
Snippets Groups Projects
Commit 175da7da authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Add required headers to fix 'make checkheaders'.

Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 19e017f2
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,10 @@
#ifndef AVCODEC_RECTANGLE_H
#define AVCODEC_RECTANGLE_H
#include <assert.h>
#include "config.h"
#include "libavutil/common.h"
#include "dsputil.h"
/**
* fill a rectangle.
......
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