diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-01 23:29:23 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-05 14:19:00 (GMT) |
| commit | cb8efcd0f98185104805c8caa88decd39fbd9070 (patch) | |
| tree | ae24de7b596e3125e327404fd48da4ed55b821f6 /src/pim/Scanner.cpp | |
| parent | 4bb402f4fdb595fc6d4a612bfaf2514686401d2e (diff) | |
| download | powder-cb8efcd0f98185104805c8caa88decd39fbd9070.zip powder-cb8efcd0f98185104805c8caa88decd39fbd9070.tar.gz | |
fix visual studio compiling errors (but not the dirent.h one)
Diffstat (limited to 'src/pim/Scanner.cpp')
| -rw-r--r-- | src/pim/Scanner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pim/Scanner.cpp b/src/pim/Scanner.cpp index b56d2b6..e6d145a 100644 --- a/src/pim/Scanner.cpp +++ b/src/pim/Scanner.cpp @@ -1,5 +1,6 @@ //Lexical analyser #include <algorithm> +#include <cctype> #include "Scanner.h" namespace pim |
