Commit 6fb61707 authored by Timo Rothenpieler's avatar Timo Rothenpieler

hwcontext_d3d11va: add missing stdint.h include

This caused checkheaders to fail on cygwin on this file.
parent 1f28a991
......@@ -37,6 +37,7 @@
*/
#include <d3d11.h>
#include <stdint.h>
/**
* This struct is allocated as AVHWDeviceContext.hwctx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment