Skip to content

Commit

Permalink
add missing #include <array> to UtilityTest
Browse files Browse the repository at this point in the history
Differential Revision: D64643991

fbshipit-source-id: 2539c9e4a8cd72a3756f9bff00f3c6635c85b7f9
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Oct 20, 2024
1 parent 9b8e04f commit d7366a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions folly/test/UtilityTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#include <folly/Utility.h>

#include <array>
#include <type_traits>

#include <folly/lang/Keep.h>
Expand Down

0 comments on commit d7366a4

Please sign in to comment.