Skip to content

Commit

Permalink
Fixed missing include in FaceController.
Browse files Browse the repository at this point in the history
  • Loading branch information
kromenak committed Feb 19, 2022
1 parent 4ca11a1 commit babddf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/GK3/Actors/FaceController.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#pragma once
#include "Component.h"

#include "Vector2.h"

class Animation;
struct CharacterConfig;
class Texture;
Expand Down

0 comments on commit babddf4

Please sign in to comment.