aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.cpp
diff options
context:
space:
mode:
authorMax Horn2007-12-20 14:29:58 +0000
committerMax Horn2007-12-20 14:29:58 +0000
commit6d37f5ccd8a2f5859ec69bd4924bc50eb4293464 (patch)
tree44bc0574c8a892d9497d52a27bb67dc156891657 /engines/agos/agos.cpp
parent93ccd61b7e94ff8c49946144814ec5c0322450b3 (diff)
downloadscummvm-rg350-6d37f5ccd8a2f5859ec69bd4924bc50eb4293464.tar.gz
scummvm-rg350-6d37f5ccd8a2f5859ec69bd4924bc50eb4293464.tar.bz2
scummvm-rg350-6d37f5ccd8a2f5859ec69bd4924bc50eb4293464.zip
Do not #include time.h globally (ideally, we should provide a localtime clone in OSystem so we can completly get rid of this)
svn-id: r29919
Diffstat (limited to 'engines/agos/agos.cpp')
-rw-r--r--engines/agos/agos.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/agos/agos.cpp b/engines/agos/agos.cpp
index 04d64acc26..6ad0b2c3ee 100644
--- a/engines/agos/agos.cpp
+++ b/engines/agos/agos.cpp
@@ -38,6 +38,8 @@
#include "sound/mididrv.h"
#include "sound/mods/protracker.h"
+#include <time.h> // for AGOSEngine::getTime()
+
using Common::File;
namespace AGOS {