forgot include

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1546 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-12-15 11:03:02 +00:00
parent 7f8cc4ec62
commit 4b5cfed314
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
// Includes
#include <string>
#include <stdio.h>
#include "Common.h"
#ifdef _WIN32
#include <windows.h>
#endif