Merge pull request #2 from OldiLo/patch-1

Fix compilation error on arm64 linux
master
Vectozavr 2021-11-04 15:50:01 +07:00 committed by GitHub
commit 785ed995cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#ifndef SHOOTER_TIMELINE_H #ifndef SHOOTER_TIMELINE_H
#define SHOOTER_TIMELINE_H #define SHOOTER_TIMELINE_H
#include <memory>
#include "Animation.h" #include "Animation.h"
class AnimationListTag final { class AnimationListTag final {