Fix missing include

This commit is contained in:
r5 2017-09-19 13:49:51 +01:00
parent cc5adc56ac
commit d5321c2001
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <compat/msvc.h>
#include <compat/strl.h>
#include <file/file_path.h>
#include <gfx/video_driver.h> /* video_context_driver_get_api */
#include <rhash.h>
#include <string/stdstring.h>
#include <streams/file_stream.h>