linux build fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@396 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e5deb10714
commit
b89e56cbcb
|
@ -15,6 +15,7 @@
|
|||
// Official SVN repository and contact information can be found at
|
||||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
#include "Common.h"
|
||||
#include "DynamicLibrary.h"
|
||||
#include "Plugin_Video.h"
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
#ifndef _PLUGIN_VIDEO_H
|
||||
#define _PLUGIN_VIDEO_H
|
||||
|
||||
#include "Common.h"
|
||||
|
||||
#include "pluginspecs_video.h"
|
||||
|
||||
#include "ChunkFile.h"
|
||||
|
|
Loading…
Reference in New Issue