aboutsummaryrefslogtreecommitdiff
path: root/boxes.cpp
diff options
context:
space:
mode:
authorJames Brown2002-05-15 07:38:33 +0000
committerJames Brown2002-05-15 07:38:33 +0000
commitf0999a4838f812bff828534aad64783de69a2171 (patch)
tree6062c0c3e84a671e406645d03f5c9d88bac81f9a /boxes.cpp
parent11cda19c37a4092ce5632f03527963c1f4a28914 (diff)
downloadscummvm-rg350-f0999a4838f812bff828534aad64783de69a2171.tar.gz
scummvm-rg350-f0999a4838f812bff828534aad64783de69a2171.tar.bz2
scummvm-rg350-f0999a4838f812bff828534aad64783de69a2171.zip
Fix compile problem with boxes.cpp
svn-id: r4337
Diffstat (limited to 'boxes.cpp')
-rw-r--r--boxes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boxes.cpp b/boxes.cpp
index a7063a31b9..b3ebceed6e 100644
--- a/boxes.cpp
+++ b/boxes.cpp
@@ -23,6 +23,7 @@
#include "stdafx.h"
#include "scumm.h"
#include "actor.h"
+#include <math.h>
byte Scumm::getMaskFromBox(int box)
{