- Converted more atoi to strtol calls.
This commit is contained in:
Paul Beckingham 2011-06-02 23:20:15 -04:00
parent 223c7b3c56
commit 5732833da2
3 changed files with 8 additions and 5 deletions

View file

@ -26,6 +26,7 @@
////////////////////////////////////////////////////////////////////////////////
#include <sstream>
#include <algorithm>
#include <Context.h>
#include <ViewText.h>
#include <text.h>