blob: 1289f0bb4250774c566720fabe1e3c1841a9a068 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/components/viz/common/shared_element_resource_id.h b/components/viz/common/shared_element_resource_id.h
index 9fcab924e..2aba73ebc 100644
--- a/components/viz/common/shared_element_resource_id.h
+++ b/components/viz/common/shared_element_resource_id.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_VIZ_COMMON_SHARED_ELEMENT_RESOURCE_ID_H_
#define COMPONENTS_VIZ_COMMON_SHARED_ELEMENT_RESOURCE_ID_H_
+#include <string>
#include <vector>
#include "components/viz/common/viz_common_export.h"
|