summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AVIDump.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-10-11 23:12:17 -0400
committerLioncash <mathew1800@gmail.com>2014-10-11 23:12:19 -0400
commite283839b68df05c4ad0e072231fb442ec7bafe2b (patch)
treec26624d47e279cebe3de80ddb5125611e62cd3c2 /Source/Core/VideoCommon/AVIDump.cpp
parent98d9a38fe09b3f372e99a2a8204d1b0f733a56ce (diff)
AVIDump: Add missing CoreTiming header
Fixes build on the mesa buildbot
Diffstat (limited to 'Source/Core/VideoCommon/AVIDump.cpp')
-rw-r--r--Source/Core/VideoCommon/AVIDump.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/AVIDump.cpp b/Source/Core/VideoCommon/AVIDump.cpp
index 850868d54e..13379903cc 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"