- Added missing includes.
This commit is contained in:
Paul Beckingham 2011-05-30 01:24:25 -04:00
parent 9e3c6f5bc1
commit a1dee148b4
2 changed files with 4 additions and 1 deletions

View file

@ -26,6 +26,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <sstream>
#include <algorithm>
#include <string.h>
#include <math.h>
#include <Context.h>
#include <Date.h>