Include <utility> for std::swap

This commit is contained in:
teejusb
2025-05-23 23:39:55 -05:00
parent 7792a82e7a
commit 44f5d8932a
+2
View File
@@ -3,6 +3,8 @@
#ifndef RAGE_UTIL_AUTO_PTR_H
#define RAGE_UTIL_AUTO_PTR_H
#include <utility>
/*
* 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