Merge pull request #4342 from rohit-n/build-pch

Fix building with PCH disabled.
This commit is contained in:
Markus Wick 2016-10-11 21:31:36 +02:00 committed by GitHub
commit 4e46be951a
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <algorithm>
#include <iomanip>
#include <map>
#include <memory>

View File

@ -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"