Include <utility> for std::swap
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
#ifndef RAGE_UTIL_AUTO_PTR_H
|
#ifndef RAGE_UTIL_AUTO_PTR_H
|
||||||
#define 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
|
* 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
|
* access to the object is made without extra copying. If you need read-write access, you
|
||||||
|
|||||||
Reference in New Issue
Block a user