aboutsummaryrefslogtreecommitdiff
path: root/gui/predictivedialog.cpp
diff options
context:
space:
mode:
authorD G Turner2012-03-25 20:15:53 +0100
committerD G Turner2012-03-25 20:15:53 +0100
commit9e93b8306dad9d596827d1674c789057483f20e9 (patch)
treeb0a0dca2499d7affbd3c7817c581718951cea248 /gui/predictivedialog.cpp
parent207b65b4517ff76ac46ca7107251e8dabe345a36 (diff)
downloadscummvm-rg350-9e93b8306dad9d596827d1674c789057483f20e9.tar.gz
scummvm-rg350-9e93b8306dad9d596827d1674c789057483f20e9.tar.bz2
scummvm-rg350-9e93b8306dad9d596827d1674c789057483f20e9.zip
GUI: Fix for NDS compile failure after predictive dialog changes.
Diffstat (limited to 'gui/predictivedialog.cpp')
-rw-r--r--gui/predictivedialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/predictivedialog.cpp b/gui/predictivedialog.cpp
index ac329867d2..9b678552af 100644
--- a/gui/predictivedialog.cpp
+++ b/gui/predictivedialog.cpp
@@ -825,6 +825,10 @@ void PredictiveDialog::addWordToDict() {
}
}
+#ifdef __DS__
+#include "backends/platform/ds/arm9/source/wordcompletion.h"
+#endif
+
void PredictiveDialog::loadDictionary(Common::SeekableReadStream *in, Dict &dict) {
int lines = 0;