forked from Green-Sky/tomato
fix missing include
This commit is contained in:
parent
75f78f8c7f
commit
2e28ad7bb9
@ -1,6 +1,7 @@
|
||||
#include "./texture_cache.hpp"
|
||||
|
||||
#include <chrono>
|
||||
#include <array>
|
||||
|
||||
void TextureEntry::doAnimation(const uint64_t ts_now) {
|
||||
if (frame_duration.size() > 1) { // is animation
|
||||
|
Loading…
Reference in New Issue
Block a user