Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit db7f226

Browse files
authored
Include the memory header as unique_ptr is used in ASCII Trie. (#18978)
1 parent 50cae02 commit db7f226

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fml/ascii_trie.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef FLUTTER_FML_ASCIITRIE_H_
66
#define FLUTTER_FML_ASCIITRIE_H_
77

8+
#include <memory>
89
#include <string>
910
#include <vector>
1011

0 commit comments

Comments
 (0)