Skip to content

Commit f378b6a

Browse files
arthaudfacebook-github-bot
authored andcommitted
Fix open source build error (facebook#915)
Summary: ``` D:/a/redex/redex/libredex/DeterministicContainers.h:784:6: error: 'vector' in namespace 'std' does not name a template type 784 | std::vector<std::pair<Key, Value>> unordered_order(Collection& collection, | ^~~~~~ ``` Differential Revision: D72311362
1 parent 9fe3bee commit f378b6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libredex/DeterministicContainers.h

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
#include <type_traits>
8484
#include <unordered_map>
8585
#include <unordered_set>
86+
#include <vector>
8687

8788
#include "TemplateUtil.h"
8889

0 commit comments

Comments
 (0)