diff options
Diffstat (limited to 'src/blucat/animation')
-rw-r--r-- | src/blucat/animation/frame.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blucat/animation/frame.hpp b/src/blucat/animation/frame.hpp index a1d5f39..663483d 100644 --- a/src/blucat/animation/frame.hpp +++ b/src/blucat/animation/frame.hpp @@ -19,7 +19,7 @@ #include <vector> -#include "../core.hpp" +#include "../vulkan.hpp" namespace BluCat { |