Skip to content

Commit

Permalink
Include the memory header as unique_ptr is used in ASCII Trie. (flutt…
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored Jun 11, 2020
1 parent 50cae02 commit db7f226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fml/ascii_trie.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef FLUTTER_FML_ASCIITRIE_H_
#define FLUTTER_FML_ASCIITRIE_H_

#include <memory>
#include <string>
#include <vector>

Expand Down

0 comments on commit db7f226

Please sign in to comment.