Skip to content

Commit

Permalink
Add missing include <initializer_list>
Browse files Browse the repository at this point in the history
Closes #51238

GitOrigin-RevId: eb85431
Change-Id: Ic108d8f03016a688202914d268a5d107165787fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/280540
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
  • Loading branch information
ntkme authored and Commit Queue committed Feb 6, 2023
1 parent 4dc19b6 commit cd31999
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/vm/growable_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef RUNTIME_VM_GROWABLE_ARRAY_H_
#define RUNTIME_VM_GROWABLE_ARRAY_H_

#include <initializer_list>

#include "platform/growable_array.h"
#include "vm/thread_state.h"
#include "vm/zone.h"
Expand Down

0 comments on commit cd31999

Please sign in to comment.