Bug 1317757 - Explicitly include header for SprintfLiteral(). r?milan draft
authorJan Beich <jbeich@FreeBSD.org>
Tue, 15 Nov 2016 18:58:29 +0000
changeset 439280 d4329cbaaae99131ef02498dbaeb4bef88ca9d6d
parent 439149 f8ba9c9b401f57b0047ddd6932cb830190865b38
child 537123 2385b22e28c11c3ba06fc3a8a2f669bf923e3247
push id35956
push userbmo:jbeich@FreeBSD.org
push dateTue, 15 Nov 2016 19:02:10 +0000
reviewersmilan
bugs1317757
milestone53.0a1
Bug 1317757 - Explicitly include header for SprintfLiteral(). r?milan MozReview-Commit-ID: K8O6AMKPGzN
gfx/ipc/GPUProcessManager.cpp
--- a/gfx/ipc/GPUProcessManager.cpp
+++ b/gfx/ipc/GPUProcessManager.cpp
@@ -1,16 +1,17 @@
 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
 /* vim: set ts=8 sts=2 et sw=2 tw=99: */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 #include "GPUProcessManager.h"
 #include "GPUProcessHost.h"
 #include "GPUProcessListener.h"
+#include "mozilla/Sprintf.h"
 #include "mozilla/StaticPtr.h"
 #include "mozilla/dom/ContentParent.h"
 #include "mozilla/layers/APZCTreeManager.h"
 #include "mozilla/layers/APZCTreeManagerChild.h"
 #include "mozilla/layers/CompositorBridgeParent.h"
 #include "mozilla/layers/ImageBridgeChild.h"
 #include "mozilla/layers/ImageBridgeParent.h"
 #include "mozilla/layers/InProcessCompositorSession.h"