Fix building with PCH disabled.

This commit is contained in:
Rohit Nirmal 2016-10-11 14:25:14 -05:00
parent a583d36c7f
commit dc1b35fa4b
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -2,6 +2,8 @@
// Licensed under GPLv2+ // Licensed under GPLv2+
// Refer to the license.txt file included. // Refer to the license.txt file included.
#include <cstring>
#include "VideoBackends/Software/SetupUnit.h" #include "VideoBackends/Software/SetupUnit.h"
#include "Common/Logging/Log.h" #include "Common/Logging/Log.h"