Platform Testing - clean builds

- Added include files (thanks to Federico Hernandez)
This commit is contained in:
Paul Beckingham 2009-05-25 09:32:32 -04:00
parent 4532727a32
commit 6af093126e
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
#include <sstream> #include <sstream>
#include <stdlib.h>
#include "util.h" #include "util.h"
#include "Record.h" #include "Record.h"

View file

@ -27,6 +27,7 @@
#include <map> #include <map>
#include <string> #include <string>
#include <algorithm>
#include <ctype.h> #include <ctype.h>
#include "util.h" #include "util.h"
#include "text.h" #include "text.h"