Fixed compiling on mingw-w64

This commit is contained in:
nucular 2015-08-26 22:59:05 +02:00
parent 3d8f871fc7
commit c2ba1d24d4

View File

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