Skip to content

Commit

Permalink
Promote "Some int type includes" (facebook#802)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#802

Promote {D46959546}.

Reviewed By: wsanville

Differential Revision: D47188589

fbshipit-source-id: ff416bf455421b4348d82b92b390133f44a73f4b
  • Loading branch information
agampe authored and facebook-github-bot committed Jul 3, 2023
1 parent 161a720 commit 5400f56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions libredex/Debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "Macros.h" // For ATTR_FORMAT.
#include "RedexException.h"

#include <cstdint>
#include <iosfwd>
#include <stdexcept>

Expand Down
1 change: 1 addition & 0 deletions service/resources/StaticIds.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#pragma once

#include <cstdint>
#include <functional>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions util/JemallocUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include <cstdint>
#include <cstdio>
#include <functional>
#include <string>
Expand Down

0 comments on commit 5400f56

Please sign in to comment.