diff options
author | whitertandrek | 2018-03-18 13:53:30 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | bccb294e6aac585dcb2d0348f277e65d929154eb (patch) | |
tree | abfcf03f8ae9a5f14af84d80eb48accc7e2ceab0 | |
parent | 5cf3d0e309d03abec502f986f65dc6144f972c54 (diff) | |
download | scummvm-rg350-bccb294e6aac585dcb2d0348f277e65d929154eb.tar.gz scummvm-rg350-bccb294e6aac585dcb2d0348f277e65d929154eb.tar.bz2 scummvm-rg350-bccb294e6aac585dcb2d0348f277e65d929154eb.zip |
PINK: Added missing include
-rw-r--r-- | engines/pink/walk/walk_mgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pink/walk/walk_mgr.cpp b/engines/pink/walk/walk_mgr.cpp index cf97d61fa9..ce7690a3e8 100644 --- a/engines/pink/walk/walk_mgr.cpp +++ b/engines/pink/walk/walk_mgr.cpp @@ -3,6 +3,7 @@ // #include "walk_mgr.h" +#include "../actors/lead_actor.h" #include "../archive.h" |