summaryrefslogtreecommitdiffstats
path: root/mojo/examples/compositor_app/compositor_app.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/examples/compositor_app/compositor_app.cc')
-rw-r--r--mojo/examples/compositor_app/compositor_app.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mojo/examples/compositor_app/compositor_app.cc b/mojo/examples/compositor_app/compositor_app.cc
index 1e7cb66..de6db6b 100644
--- a/mojo/examples/compositor_app/compositor_app.cc
+++ b/mojo/examples/compositor_app/compositor_app.cc
@@ -8,7 +8,8 @@
#include "base/message_loop/message_loop.h"
#include "mojo/examples/compositor_app/compositor_host.h"
#include "mojo/examples/compositor_app/gles2_client_impl.h"
-#include "mojo/public/bindings/lib/remote_ptr.h"
+#include "mojo/public/bindings/allocation_scope.h"
+#include "mojo/public/bindings/remote_ptr.h"
#include "mojo/public/gles2/gles2_cpp.h"
#include "mojo/public/system/core.h"
#include "mojo/public/system/macros.h"