From 44f5d8932a39edf55575723a7498ffeca422f5dd Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Fri, 23 May 2025 23:39:55 -0500 Subject: [PATCH] Include for std::swap --- src/RageUtil_AutoPtr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/RageUtil_AutoPtr.h b/src/RageUtil_AutoPtr.h index 61fd723828..d4505ea00d 100644 --- a/src/RageUtil_AutoPtr.h +++ b/src/RageUtil_AutoPtr.h @@ -3,6 +3,8 @@ #ifndef RAGE_UTIL_AUTO_PTR_H #define RAGE_UTIL_AUTO_PTR_H +#include + /* * This is a simple copy-on-write refcounted smart pointer. Once constructed, all read-only * access to the object is made without extra copying. If you need read-write access, you