diff options
| author | Rohit Nirmal <rohitnirmal9@gmail.com> | 2016-10-11 14:25:14 -0500 |
|---|---|---|
| committer | Rohit Nirmal <rohitnirmal9@gmail.com> | 2016-10-11 14:25:14 -0500 |
| commit | dc1b35fa4b9591ab4ba85a9a995dd43da9069888 (patch) | |
| tree | 79bc00e7856c73464888fbd70a917f3831987050 /Source/Core/VideoBackends/Software/SetupUnit.cpp | |
| parent | a583d36c7f38fac9fb66c059bf6990bfd819591f (diff) | |
Fix building with PCH disabled.
Diffstat (limited to 'Source/Core/VideoBackends/Software/SetupUnit.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SetupUnit.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/SetupUnit.cpp b/Source/Core/VideoBackends/Software/SetupUnit.cpp index 684dd0e4bd..306ca184b6 100644 --- a/Source/Core/VideoBackends/Software/SetupUnit.cpp +++ b/Source/Core/VideoBackends/Software/SetupUnit.cpp @@ -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" |
