Skip to content

Commit

Permalink
Fix building with PCH disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-n committed Aug 12, 2015
1 parent 2c3025e commit 703892e
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 703892e

Please sign in to comment.