Skip to content

Commit db7f226

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)