Including <cstddef> here was reported to fix a build problem.

This commit is contained in:
Henrik Rydgard 2014-02-07 23:04:44 +01:00
parent aafb1416c7
commit ef6e6083dc

View File

@ -22,6 +22,8 @@
// performance hit, it's not enabled by default, but it's useful for
// locating performance issues.
#include <cstddef>
#include "Common.h"
#ifdef _WIN32