mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
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
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
// Official SVN repository and contact information can be found at
|
// Official SVN repository and contact information can be found at
|
||||||
// http://code.google.com/p/dolphin-emu/
|
// http://code.google.com/p/dolphin-emu/
|
||||||
|
|
||||||
|
#include "Common.h"
|
||||||
#include "DynamicLibrary.h"
|
#include "DynamicLibrary.h"
|
||||||
#include "Plugin_Video.h"
|
#include "Plugin_Video.h"
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
#ifndef _PLUGIN_VIDEO_H
|
#ifndef _PLUGIN_VIDEO_H
|
||||||
#define _PLUGIN_VIDEO_H
|
#define _PLUGIN_VIDEO_H
|
||||||
|
|
||||||
|
#include "Common.h"
|
||||||
|
|
||||||
#include "pluginspecs_video.h"
|
#include "pluginspecs_video.h"
|
||||||
|
|
||||||
#include "ChunkFile.h"
|
#include "ChunkFile.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue