From befe4af8f0f7044040a259f41bef94a36c50eddb Mon Sep 17 00:00:00 2001 From: Google DeepMind Date: Tue, 1 Oct 2024 11:07:05 -0700 Subject: [PATCH] Add missing includes necessary after changes in libc++ headers. Tested: TAP train for global presubmit queue http://test/OCL:680649491:BASE:680620735:1727746506750:fa29d104 PiperOrigin-RevId: 681090682 Change-Id: I3346ed996d9b6cd0fc7d600c02c41e0cd1b72400 --- python/mujoco/enums.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/python/mujoco/enums.cc b/python/mujoco/enums.cc index df317b03..640e7c0c 100644 --- a/python/mujoco/enums.cc +++ b/python/mujoco/enums.cc @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include #include #include #include