Added missing include time.h for Windows compile

This commit is contained in:
thunder2 2016-11-16 10:47:34 +01:00
parent cc452ae51e
commit e3d832cfd1

View File

@ -32,6 +32,7 @@
#include "retroshare/rstypes.h"
#include <iostream>
#include <iomanip>
#include <time.h>
/**********************************************************************