Skip to content

Commit

Permalink
[impeller] Include <functional> in a header file where std::function …
Browse files Browse the repository at this point in the history
…is used. (flutter#33621)
  • Loading branch information
chingjun authored May 25, 2022
1 parent f8bcd5a commit 480610c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impeller/archivist/archive.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include <functional>
#include <memory>
#include <optional>
#include <string>
Expand Down

0 comments on commit 480610c

Please sign in to comment.