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"