Fix compile error.
This commit is contained in:
parent
6c3d075193
commit
df71c8ff0a
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
#include "AccessorData.hpp"
|
|
||||||
#include "NodeData.hpp"
|
#include "NodeData.hpp"
|
||||||
|
|
||||||
AnimationData::AnimationData(std::string name)
|
AnimationData::AnimationData(std::string name)
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "gltf/Raw2Gltf.hpp"
|
#include "gltf/Raw2Gltf.hpp"
|
||||||
|
#include "AccessorData.hpp"
|
||||||
|
|
||||||
struct AnimationData : Holdable {
|
struct AnimationData : Holdable {
|
||||||
AnimationData(std::string name);
|
AnimationData(std::string name);
|
||||||
|
|
Loading…
Reference in New Issue