Skip to content

Commit

Permalink
Merge pull request #18093 from Nemoumbra/buildfix
Browse files Browse the repository at this point in the history
VS2017 buildfix
  • Loading branch information
hrydgard committed Sep 7, 2023
2 parents c08a5d3 + 0faa110 commit 0b73361
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Common/System/OSD.cpp
@@ -1,4 +1,6 @@
#include <cstring>
#include <algorithm>
// for std::min

#include "Common/System/OSD.h"
#include "Common/TimeUtil.h"
Expand Down
3 changes: 3 additions & 0 deletions Core/MIPS/ARM64/Arm64IRJit.cpp
Expand Up @@ -25,6 +25,9 @@
#include "Core/MIPS/ARM64/Arm64IRJit.h"
#include "Core/MIPS/ARM64/Arm64IRRegCache.h"

#include <algorithm>
// for std::min

namespace MIPSComp {

using namespace Arm64Gen;
Expand Down
3 changes: 3 additions & 0 deletions Core/MIPS/RiscV/RiscVJit.cpp
Expand Up @@ -21,6 +21,9 @@
#include "Core/MIPS/RiscV/RiscVJit.h"
#include "Core/MIPS/RiscV/RiscVRegCache.h"

#include <algorithm>
// for std::min

namespace MIPSComp {

using namespace RiscVGen;
Expand Down

0 comments on commit 0b73361

Please sign in to comment.