Tracker: re-add includes that were lost during merge

This commit is contained in:
John Scipione 2014-08-10 16:16:54 -04:00
parent 2f60dea53a
commit 3e2653e609
2 changed files with 3 additions and 1 deletions

View File

@ -42,6 +42,7 @@ All rights reserved.
#include <parsedate.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <Application.h>
#include <Box.h>

View File

@ -40,8 +40,9 @@ their respective holders. All rights reserved.
#include <algorithm>
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <Application.h>
#include <Catalog.h>