commit | c3edd0cb04f5d37a40137ca80538637470e0ce20 | [log] [tgz] |
---|---|---|
author | Joshua Duong <[email protected]> | Tue Dec 13 08:07:55 2022 -0800 |
committer | Joshua Duong <[email protected]> | Wed Dec 28 21:18:35 2022 -0800 |
tree | dd0707feed61ad5e0f3b88b7c3b29df5dafc4de4 | |
parent | 39e1fa0c4cc6e925c758056b01a6d4686151708f [diff] [blame] |
Host-common refactor. Bug: 237805597 Test: presubmit Change-Id: I695a5dd2fbe06ea0e635c70b006df7eca7de318c
diff --git a/stream-servers/vulkan/VkCommonOperations.cpp b/stream-servers/vulkan/VkCommonOperations.cpp index 7cf024e..1e2215d 100644 --- a/stream-servers/vulkan/VkCommonOperations.cpp +++ b/stream-servers/vulkan/VkCommonOperations.cpp
@@ -36,6 +36,7 @@ #include "aemu/base/Tracing.h" #include "common/goldfish_vk_dispatch.h" #include "host-common/GfxstreamFatalError.h" +#include "host-common/emugl_vm_operations.h" #include "host-common/vm_operations.h" #ifdef _WIN32