Fix building with PCH disabled.
This commit is contained in:
parent
a583d36c7f
commit
dc1b35fa4b
|
@ -2,6 +2,7 @@
|
|||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <algorithm>
|
||||
#include <iomanip>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue