Skip to content

Commit

Permalink
IWYU: add missing includes to hphp/util
Browse files Browse the repository at this point in the history
  • Loading branch information
mszabo-wikia committed Jan 6, 2025
1 parent b93f0d6 commit a19eee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hphp/util/blob-encoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <folly/container/F14Map.h>
#include <folly/container/F14Set.h>

#include <bitset>
#include <filesystem>
#include <memory>
#include <set>
Expand Down
1 change: 1 addition & 0 deletions hphp/util/hdf-extract.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
+----------------------------------------------------------------------+
*/

#include <cstdint>
#include <map>
#include <string>
#include <vector>
Expand Down

0 comments on commit a19eee5

Please sign in to comment.