Merge pull request #262 from nucular/master

Fixed compiling on mingw-w64
This commit is contained in:
jacksonmj 2015-08-26 22:11:30 +01:00
commit 2be317e642

View File

@ -1,5 +1,6 @@
#include <iostream>
#include <typeinfo>
#include <time.h>
#include "ImageRequest.h"
#include "graphics/Graphics.h"
#include "client/HTTP.h"