Bug fix - task now builds on Arch Linux

- Applied patch to allow task to build on Arch Linux (thanks to
  Johan Friis).
This commit is contained in:
Paul Beckingham 2009-05-11 23:44:17 -04:00
parent e2e5b4884c
commit 046f511d66
7 changed files with 7 additions and 1 deletions

View file

@ -27,6 +27,7 @@
#ifndef INCLUDED_DATE
#define INCLUDED_DATE
#include <stdio.h>
#include <string>
class Date;