diff options
author | Chris Apers | 2007-09-01 17:32:39 +0000 |
---|---|---|
committer | Chris Apers | 2007-09-01 17:32:39 +0000 |
commit | 88abfcdad850cc66dec63808f0dff02cda496c1a (patch) | |
tree | 2384a584fee82f75ddb18bc663033a0190db4fcb /backends/platform/PalmOS | |
parent | 9e83ee75b304a966605e1e97d602e60082700db5 (diff) | |
download | scummvm-rg350-88abfcdad850cc66dec63808f0dff02cda496c1a.tar.gz scummvm-rg350-88abfcdad850cc66dec63808f0dff02cda496c1a.tar.bz2 scummvm-rg350-88abfcdad850cc66dec63808f0dff02cda496c1a.zip |
Fixed compilation
svn-id: r28794
Diffstat (limited to 'backends/platform/PalmOS')
-rw-r--r-- | backends/platform/PalmOS/Src/be_base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/platform/PalmOS/Src/be_base.h b/backends/platform/PalmOS/Src/be_base.h index 7881275358..0520d4bfdc 100644 --- a/backends/platform/PalmOS/Src/be_base.h +++ b/backends/platform/PalmOS/Src/be_base.h @@ -33,6 +33,7 @@ #include "common/scummsys.h" #include "common/system.h" #include "common/events.h" +#include "graphics/surface.h" namespace Audio { class Mixer; |