Missing icon include

This commit is contained in:
Simon Robertshaw 2012-03-23 00:12:51 +00:00
parent f3bbebf08d
commit 6bd6c9772b

View File

@ -32,6 +32,10 @@
#include <misc.h>
#include "hmap.h"
#if defined(LIN32) || defined(LIN64)
#include "icon.h"
#endif
#ifdef WIN32
IMAGE_DOS_HEADER __ImageBase;