Fix: (for Win builds) Missing header.

This commit is contained in:
mathieu _alkama_ m 2016-02-01 23:55:22 +01:00
parent b4c171c765
commit ae8f30f66c

View File

@ -17,6 +17,9 @@
#include "../../lib/sync.h"
#include "../../lib/base.h"
#include <emgui/Emgui.h>
#if defined(_WIN32)
#include <winsock2.h>
#endif
enum {
SET_KEY = 0,