diff options
Diffstat (limited to 'engines/bladerunner/boundingbox.cpp')
-rw-r--r-- | engines/bladerunner/boundingbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/bladerunner/boundingbox.cpp b/engines/bladerunner/boundingbox.cpp index a1c79a17e7..40b7d4285a 100644 --- a/engines/bladerunner/boundingbox.cpp +++ b/engines/bladerunner/boundingbox.cpp @@ -22,6 +22,8 @@ #include "bladerunner/boundingbox.h" +#include "bladerunner/savefile.h" + namespace BladeRunner { BoundingBox::BoundingBox(float x0, float y0, float z0, float x1, float y1, float z1) { |