aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorJohannes Schickel2010-03-20 12:56:56 +0000
committerJohannes Schickel2010-03-20 12:56:56 +0000
commit38b2b3c04fcba9b767ea0121a558abcb7314675f (patch)
treef276d4ea50809a12bd7365c51c8b50c154a287d6 /base
parent8f30fa1a6cad5c03ff8fc6476357994592ec8d25 (diff)
downloadscummvm-rg350-38b2b3c04fcba9b767ea0121a558abcb7314675f.tar.gz
scummvm-rg350-38b2b3c04fcba9b767ea0121a558abcb7314675f.tar.bz2
scummvm-rg350-38b2b3c04fcba9b767ea0121a558abcb7314675f.zip
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
svn-id: r48310
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/main.cpp b/base/main.cpp
index ac4159f378..71a5f96382 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -45,6 +45,7 @@
#include "common/file.h"
#include "common/fs.h"
#include "common/system.h"
+#include "common/tokenizer.h"
#include "gui/GuiManager.h"
#include "gui/message.h"