1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 21:09:40 +00:00

Merge pull request #3057 from akortunov/master

Fix build with OSG 3.4
This commit is contained in:
Andrei Kortunov 2021-03-24 16:34:27 +04:00 committed by GitHub
commit 94d396a423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
#include <osg/Material>
#include <osg/Multisample>
#include <osg/Texture>
#include <osg/ValueObject>
#include <osgUtil/TangentSpaceGenerator>