From 836051099e6195be0f666fe7ee6e3e74a403b395 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Wed, 11 Dec 2019 13:01:23 -0800 Subject: [PATCH] [fuchsia] Move async_get_default_dispatcher include to the header --- shell/platform/fuchsia/flutter/thread.cc | 1 - shell/platform/fuchsia/flutter/thread.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/flutter/thread.cc b/shell/platform/fuchsia/flutter/thread.cc index caddc269c4b26..f15ea309a239d 100644 --- a/shell/platform/fuchsia/flutter/thread.cc +++ b/shell/platform/fuchsia/flutter/thread.cc @@ -10,7 +10,6 @@ #include #include -#include #include "flutter/fml/logging.h" #include "loop.h" diff --git a/shell/platform/fuchsia/flutter/thread.h b/shell/platform/fuchsia/flutter/thread.h index 1d7587375b4fe..00d1cef9492dd 100644 --- a/shell/platform/fuchsia/flutter/thread.h +++ b/shell/platform/fuchsia/flutter/thread.h @@ -10,6 +10,7 @@ #include #include +#include #include "flutter/fml/macros.h"