blob: 24793fa07f1cc02792e5f4ccf8dc1a5c8886afaa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/gpu/ipc/gpu_task_scheduler_helper.h b/gpu/ipc/gpu_task_scheduler_helper.h
index 4315277b2..01c9c8ed9 100644
--- a/gpu/ipc/gpu_task_scheduler_helper.h
+++ b/gpu/ipc/gpu_task_scheduler_helper.h
@@ -5,6 +5,8 @@
#ifndef GPU_IPC_GPU_TASK_SCHEDULER_HELPER_H_
#define GPU_IPC_GPU_TASK_SCHEDULER_HELPER_H_
+#include <vector>
+
#include "base/callback.h"
#include "gpu/command_buffer/common/sync_token.h"
#include "gpu/command_buffer/service/sequence_id.h"
|