diff options
author | John Willis | 2010-06-05 18:26:53 +0000 |
---|---|---|
committer | John Willis | 2010-06-05 18:26:53 +0000 |
commit | 7b56f39985a62852478ccb8ad01a85e9f028097c (patch) | |
tree | a34dd6ee67d840e16a7d4a5a27a777087ff077b5 | |
parent | 6a796c2bb0b2a6d46546a97c24320bdceae2c69d (diff) | |
download | scummvm-rg350-7b56f39985a62852478ccb8ad01a85e9f028097c.tar.gz scummvm-rg350-7b56f39985a62852478ccb8ad01a85e9f028097c.tar.bz2 scummvm-rg350-7b56f39985a62852478ccb8ad01a85e9f028097c.zip |
GP2X Wiz: Add missing "#include "graphics/scaler/aspect.h"".
svn-id: r49442
-rwxr-xr-x | backends/platform/gp2xwiz/build/clean.sh | 2 | ||||
-rw-r--r-- | backends/platform/gp2xwiz/gp2xwiz-events.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/gp2xwiz/build/clean.sh b/backends/platform/gp2xwiz/build/clean.sh index 2862887bb3..5ec1b9e62c 100755 --- a/backends/platform/gp2xwiz/build/clean.sh +++ b/backends/platform/gp2xwiz/build/clean.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo Quick script to make building all the time less painful. diff --git a/backends/platform/gp2xwiz/gp2xwiz-events.cpp b/backends/platform/gp2xwiz/gp2xwiz-events.cpp index 2774efce1b..a69aa42967 100644 --- a/backends/platform/gp2xwiz/gp2xwiz-events.cpp +++ b/backends/platform/gp2xwiz/gp2xwiz-events.cpp @@ -30,6 +30,7 @@ #include "backends/platform/gp2xwiz/gp2xwiz-sdl.h" #include "backends/platform/gp2xwiz/gp2xwiz-hw.h" +#include "graphics/scaler/aspect.h" #include "common/util.h" #include "common/events.h" |