1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 02:15:34 +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>