From c752f20310475e8731b8af337403a5b0305e1c8b Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 10 Mar 2016 10:54:37 +0800 Subject: [PATCH] Include stdlib.h for exit exit is called from RDCFATAL and RDCDUMPMSG. --- renderdoc/common/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdoc/common/common.h b/renderdoc/common/common.h index d5ed44298..6bff23b5c 100644 --- a/renderdoc/common/common.h +++ b/renderdoc/common/common.h @@ -26,6 +26,7 @@ #pragma once +#include #include #include