GUI: Fix for NDS compile failure after predictive dialog changes.

This commit is contained in:
D G Turner 2012-03-25 20:15:53 +01:00
parent 207b65b451
commit 9e93b8306d

View File

@ -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;