Skip to content

Commit

Permalink
Merge pull request #4342 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 Oct 11, 2016
2 parents a583d36 + dc1b35f commit 4e46be9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <algorithm>
#include <iomanip>
#include <map>
#include <memory>
Expand Down
2 changes: 2 additions & 0 deletions Source/Core/VideoBackends/Software/SetupUnit.cpp
Expand Up @@ -2,6 +2,8 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.

#include <cstring>

#include "VideoBackends/Software/SetupUnit.h"

#include "Common/Logging/Log.h"
Expand Down

0 comments on commit 4e46be9

Please sign in to comment.