diff --git a/content_handler/vulkan_surface.cc b/content_handler/vulkan_surface.cc index e616fb4d3b4..f5b844c8724 100644 --- a/content_handler/vulkan_surface.cc +++ b/content_handler/vulkan_surface.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include +#include #include "flutter/content_handler/vulkan_surface.h" #include "flutter/common/threads.h" diff --git a/content_handler/vulkan_surface.h b/content_handler/vulkan_surface.h index 2cdcaaf24de..3a0d2801a1c 100644 --- a/content_handler/vulkan_surface.h +++ b/content_handler/vulkan_surface.h @@ -4,7 +4,7 @@ #pragma once -#include +#include #include #include