From f00815818afbd88d4a50eaa30977d5219cb9a962 Mon Sep 17 00:00:00 2001 From: Baldur Karlsson Date: Thu, 26 Jun 2014 11:42:08 +0100 Subject: [PATCH] Include stddef.h for size_t --- renderdoc/common/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renderdoc/common/common.h b/renderdoc/common/common.h index 848e52bb0..b65850987 100644 --- a/renderdoc/common/common.h +++ b/renderdoc/common/common.h @@ -25,6 +25,8 @@ #pragma once +#include + #include "globalconfig.h" /////////////////////////////////////////////////