Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Remove some unnecessary includes."
Turns out this explodes on Linux.

This reverts commit c469656.
  • Loading branch information
lioncash committed Oct 14, 2013
1 parent c469656 commit f3af8ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/AudioCommon/Src/NullSoundStream.h
Expand Up @@ -6,6 +6,7 @@
#define _NULLSOUNDSTREAM_H_

#include "SoundStream.h"
#include "Thread.h"

#define BUF_SIZE (48000 * 4 / 32)

Expand Down
1 change: 1 addition & 0 deletions Source/Core/Common/Src/DebugInterface.h
Expand Up @@ -2,6 +2,7 @@
#define _DEBUGINTERFACE_H

#include <string>
#include <string.h>

class DebugInterface
{
Expand Down
1 change: 1 addition & 0 deletions Source/Core/Core/Src/HW/EXI_Device.h
Expand Up @@ -5,6 +5,7 @@
#ifndef _EXIDEVICE_H
#define _EXIDEVICE_H

#include "Common.h"
#include "ChunkFile.h"

enum TEXIDevices
Expand Down
2 changes: 2 additions & 0 deletions Source/Core/InputCommon/Src/GCPadStatus.h
Expand Up @@ -5,6 +5,8 @@
#ifndef _GCPAD_H_INCLUDED__
#define _GCPAD_H_INCLUDED__

#include "CommonTypes.h"

#define PAD_ERR_NONE 0
#define PAD_ERR_NO_CONTROLLER -1
#define PAD_ERR_NOT_READY -2
Expand Down

0 comments on commit f3af8ee

Please sign in to comment.