diff options
Diffstat (limited to 'core/ref_ptr.cpp')
-rw-r--r-- | core/ref_ptr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ref_ptr.cpp b/core/ref_ptr.cpp index e781bae496..29ffe974d2 100644 --- a/core/ref_ptr.cpp +++ b/core/ref_ptr.cpp @@ -27,6 +27,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "ref_ptr.h" + #include "reference.h" #include "resource.h" |