diff mbox

[FFmpeg-devel] hwcontext_d3d11va: add missing stdint.h include

Message ID 20171115182242.8684-1-timo@rothenpieler.org
State Accepted
Commit 6fb617077621236a34c2a1b6ae9e2ffc2ccd8902
Headers show

Commit Message

Timo Rothenpieler Nov. 15, 2017, 6:22 p.m. UTC
This caused checkheaders to fail on cygwin on this file.
---
 libavutil/hwcontext_d3d11va.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Timo Rothenpieler Nov. 17, 2017, 10:31 p.m. UTC | #1
applied
diff mbox

Patch

diff --git a/libavutil/hwcontext_d3d11va.h b/libavutil/hwcontext_d3d11va.h
index 98db7ce343..9f91e9b1b6 100644
--- a/libavutil/hwcontext_d3d11va.h
+++ b/libavutil/hwcontext_d3d11va.h
@@ -37,6 +37,7 @@ 
  */
 
 #include <d3d11.h>
+#include <stdint.h>
 
 /**
  * This struct is allocated as AVHWDeviceContext.hwctx