Index: content/common/gpu/media/dxva_video_decode_accelerator_win.h |
diff --git a/content/common/gpu/media/dxva_video_decode_accelerator_win.h b/content/common/gpu/media/dxva_video_decode_accelerator_win.h |
index 7f0c0136e79ee4a0231b94b9cdc6e0c75cfc6d23..1f35d6770b8531fb74af1585fccc58c7cd8e6116 100644 |
--- a/content/common/gpu/media/dxva_video_decode_accelerator_win.h |
+++ b/content/common/gpu/media/dxva_video_decode_accelerator_win.h |
@@ -9,6 +9,7 @@ |
#include <d3d9.h> |
#include <initguid.h> |
#include <stdint.h> |
+ |
// Work around bug in this header by disabling the relevant warning for it. |
// https://connect.microsoft.com/VisualStudio/feedback/details/911260/dxva2api-h-in-win8-sdk-triggers-c4201-with-w4 |
#pragma warning(push) |
@@ -19,6 +20,7 @@ |
#include <list> |
#include <map> |
+#include <memory> |
#include <vector> |
#include "base/compiler_specific.h" |