1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-31 22:45:33 +00:00

Add missing include

This commit is contained in:
scrawl 2015-06-18 14:56:43 +02:00
parent 39539603bf
commit 76799982a5

View file

@ -1,6 +1,7 @@
#include "object.hpp"
#include <stdexcept>
#include <iostream>
#include <osg/Group>
#include <osg/PositionAttitudeTransform>