diff options
author | Torbjörn Andersson | 2007-09-22 10:19:07 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2007-09-22 10:19:07 +0000 |
commit | 665a34861b64d82f7d8e7058991fcfc859b2e4a2 (patch) | |
tree | 4ebf89b5ae48fb0756ec9ef7c04149402ac173d2 | |
parent | 366b65486f84840be52b5a6f04be64f3a51f57d9 (diff) | |
download | scummvm-rg350-665a34861b64d82f7d8e7058991fcfc859b2e4a2.tar.gz scummvm-rg350-665a34861b64d82f7d8e7058991fcfc859b2e4a2.tar.bz2 scummvm-rg350-665a34861b64d82f7d8e7058991fcfc859b2e4a2.zip |
Fixed compilation.
svn-id: r29017
-rw-r--r-- | tools/skycpt/cptcompiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skycpt/cptcompiler.cpp b/tools/skycpt/cptcompiler.cpp index c68f034d59..326390ce8d 100644 --- a/tools/skycpt/cptcompiler.cpp +++ b/tools/skycpt/cptcompiler.cpp @@ -22,7 +22,7 @@ #include "stdafx.h" #include "cpthelp.h" -#include "textfile.h" +#include "TextFile.h" #include <stdio.h> #include <stdlib.h> #include <string.h> |