Index: webrtc/modules/desktop_capture/cropped_desktop_frame.cc |
diff --git a/webrtc/modules/desktop_capture/cropped_desktop_frame.cc b/webrtc/modules/desktop_capture/cropped_desktop_frame.cc |
index f57fc572b6581a24123d82866eacda631de04239..733fe9b2adf5dc244087a04411305f7dff63afb3 100644 |
--- a/webrtc/modules/desktop_capture/cropped_desktop_frame.cc |
+++ b/webrtc/modules/desktop_capture/cropped_desktop_frame.cc |
@@ -12,6 +12,8 @@ |
#include "webrtc/modules/desktop_capture/cropped_desktop_frame.h" |
+#include "webrtc/base/constructormagic.h" |
+ |
namespace webrtc { |
// A DesktopFrame that is a sub-rect of another DesktopFrame. |