misc.cpp: Add missing include (-Wmissing-prototypes)

This commit is contained in:
Paul "Dettorer" Hervot 2015-11-29 10:22:25 +01:00 committed by Paul Dettorer Hervot
parent 996efc129c
commit 75852c8319

View file

@ -3,6 +3,7 @@
// Refer to the license.txt file included.
#include <cstddef>
#include "common/common_funcs.h"
#ifdef _WIN32
#include <windows.h>