Skip to content

Commit

Permalink
Merge pull request #2836 from rohit-n/build-pch
Browse files Browse the repository at this point in the history
Fix building with PCH disabled.
  • Loading branch information
degasus committed Aug 12, 2015
2 parents 2c3025e + 703892e commit c78fcb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/PowerPC/Interpreter/Interpreter.cpp
Expand Up @@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <assert.h>
#include <cinttypes>
#include <string>

Expand Down

0 comments on commit c78fcb2

Please sign in to comment.