From d615da6e28e20cce0ba4faf1feb20de8565fa149 Mon Sep 17 00:00:00 2001 From: HanzZ Date: Sat, 26 Jan 2013 17:09:07 +0100 Subject: [PATCH] include time.h --- include/transport/adhoccommand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/transport/adhoccommand.h b/include/transport/adhoccommand.h index e1734b12..df38d913 100644 --- a/include/transport/adhoccommand.h +++ b/include/transport/adhoccommand.h @@ -23,6 +23,7 @@ #include #include #include +#include #include "Swiften/Elements/FormField.h" #include "Swiften/Elements/Command.h"