diff options
| author | skidau <skidau@gmail.com> | 2014-10-12 14:26:23 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2014-10-12 14:26:23 +1100 |
| commit | 18c81dbc3325309323885be3b61861cc57746de2 (patch) | |
| tree | d309892c0f2715afea30d4989aff115a31be02c6 /Source/Core/VideoCommon/AVIDump.cpp | |
| parent | 88f885f5a44aa5a73014087e781490e5c81d30f8 (diff) | |
| parent | e283839b68df05c4ad0e072231fb442ec7bafe2b (diff) | |
Merge pull request #1261 from lioncash/mesa-resonance-cascade
AVIDump: Add missing CoreTiming header
Diffstat (limited to 'Source/Core/VideoCommon/AVIDump.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/AVIDump.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/AVIDump.cpp b/Source/Core/VideoCommon/AVIDump.cpp index 2bd655b9d0..a56c54eb92 100644 --- a/Source/Core/VideoCommon/AVIDump.cpp +++ b/Source/Core/VideoCommon/AVIDump.cpp @@ -13,6 +13,7 @@ #include "Common/StringUtil.h" #include "Common/Logging/Log.h" +#include "Core/CoreTiming.h" #include "Core/HW/VideoInterface.h" //for TargetRefreshRate #include "VideoCommon/AVIDump.h" #include "VideoCommon/VideoConfig.h" |
