Skip to content

Commit

Permalink
Merge pull request #3928 from rohit-n/build-pch
Browse files Browse the repository at this point in the history
Fix building with PCH disabled.
  • Loading branch information
delroth committed Jun 24, 2016
2 parents 8a1bbaa + 84cd57f commit b330214
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core/HW/Wiimote.cpp
Expand Up @@ -4,7 +4,6 @@

#include "Core/HW/Wiimote.h"
#include "Common/ChunkFile.h"
#include "Common/CommonTypes.h"
#include "Core/HW/WiimoteEmu/WiimoteEmu.h"
#include "Core/HW/WiimoteReal/WiimoteReal.h"
#include "Core/Movie.h"
Expand Down
1 change: 1 addition & 0 deletions Source/Core/Core/HW/Wiimote.h
Expand Up @@ -5,6 +5,7 @@
#pragma once

#include "Common/Common.h"
#include "Common/CommonTypes.h"

class InputConfig;
class PointerWrap;
Expand Down
1 change: 1 addition & 0 deletions Source/Core/Core/PowerPC/Profiler.h
Expand Up @@ -6,6 +6,7 @@

#include <cstddef>
#include <string>
#include <vector>

#include "Common/CommonTypes.h"

Expand Down

0 comments on commit b330214

Please sign in to comment.