vo_direct3d: add missing header

Fixes build under cygwin.

Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
Paul B Mahol 2016-08-14 21:45:27 +02:00 committed by wm4
parent 4a8647b6b8
commit d7a7e9a8c8
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include <assert.h>
#include <d3d9.h>
#include <inttypes.h>
#include <limits.h>
#include "config.h"
#include "options/options.h"
#include "options/m_option.h"