1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 00:32:49 +00:00

forgot memory include

This commit is contained in:
florent.teppe 2022-08-03 20:17:53 +02:00
parent 6b38d62223
commit 31d412527d

View File

@ -6,6 +6,7 @@
#include <mutex>
#include <vector>
#include <array>
#include <memory>
#include <osg/ref_ptr>