From bee94eb5422852046294716db9e5034d2b499c98 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 4 Jul 2023 08:18:53 -0700 Subject: [PATCH] Promote "Some int type includes" (#802) Summary: Pull Request resolved: https://github.com/facebook/redex/pull/802 Promote {D46959546}. Reviewed By: wsanville Differential Revision: D47188589 fbshipit-source-id: 2e38dc2e817f4d7d4e5773cb5bf3207a0c374901 --- libredex/Debug.h | 1 + service/resources/StaticIds.h | 1 + util/JemallocUtil.h | 1 + 3 files changed, 3 insertions(+) diff --git a/libredex/Debug.h b/libredex/Debug.h index 25a96e45890..872460eea5d 100644 --- a/libredex/Debug.h +++ b/libredex/Debug.h @@ -10,6 +10,7 @@ #include "Macros.h" // For ATTR_FORMAT. #include "RedexException.h" +#include #include #include diff --git a/service/resources/StaticIds.h b/service/resources/StaticIds.h index be50c233a9f..64a497537ad 100644 --- a/service/resources/StaticIds.h +++ b/service/resources/StaticIds.h @@ -7,6 +7,7 @@ #pragma once +#include #include #include diff --git a/util/JemallocUtil.h b/util/JemallocUtil.h index 98e5e7bfd6f..74c42fafeb9 100644 --- a/util/JemallocUtil.h +++ b/util/JemallocUtil.h @@ -5,6 +5,7 @@ * LICENSE file in the root directory of this source tree. */ +#include #include #include #include