diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-07-19 16:32:30 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-19 16:32:30 +1000 |
| commit | fc8859a4148ba73100c4e3cfd6729c187543ddde (patch) | |
| tree | b8f049cf4d7c61006f8d4d862ec2e700474003ad /Source/Core/VideoBackends/Software/DebugUtil.cpp | |
| parent | a9abf2838eaeac12c460dfafd0ef170c823a589a (diff) | |
| parent | 2b9389202e0d1c8451aff176233cf211feef59dd (diff) | |
Merge pull request #8249 from lioncash/rect
VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
Diffstat (limited to 'Source/Core/VideoBackends/Software/DebugUtil.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/DebugUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Software/DebugUtil.cpp b/Source/Core/VideoBackends/Software/DebugUtil.cpp index 7b9be6e503..275cc6521d 100644 --- a/Source/Core/VideoBackends/Software/DebugUtil.cpp +++ b/Source/Core/VideoBackends/Software/DebugUtil.cpp @@ -18,6 +18,7 @@ #include "VideoCommon/BPMemory.h" #include "VideoCommon/ImageWrite.h" #include "VideoCommon/Statistics.h" +#include "VideoCommon/VideoCommon.h" #include "VideoCommon/VideoConfig.h" namespace DebugUtil |
