mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
Fix for build failure on linux and android.
This commit is contained in:
parent
6508533a15
commit
5a059e9318
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
#include <glm/gtc/quaternion.hpp>
|
#include <glm/gtc/quaternion.hpp>
|
||||||
|
|
||||||
#include <QString.h>
|
#include <QString>
|
||||||
#include <QStringList.h>
|
#include <QStringList>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
enum class AnimNodeType {
|
enum class AnimNodeType {
|
||||||
|
|
Loading…
Reference in a new issue