Skip to content

Commit a19eee5

Browse files
committed
IWYU: add missing includes to hphp/util
1 parent b93f0d6 commit a19eee5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

hphp/util/blob-encoder.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <folly/container/F14Map.h>
2929
#include <folly/container/F14Set.h>
3030

31+
#include <bitset>
3132
#include <filesystem>
3233
#include <memory>
3334
#include <set>

hphp/util/hdf-extract.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
+----------------------------------------------------------------------+
1515
*/
1616

17+
#include <cstdint>
1718
#include <map>
1819
#include <string>
1920
#include <vector>

0 commit comments

Comments
 (0)