From d59857d95afa8bc041ef763cfdfe013b1948fa5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 29 Oct 2016 10:35:42 -0700 Subject: [PATCH] Fixed build. --- include/bx/error.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bx/error.h b/include/bx/error.h index d18884a..66132a9 100644 --- a/include/bx/error.h +++ b/include/bx/error.h @@ -7,6 +7,7 @@ #define BX_ERROR_H_HEADER_GUARD #include "bx.h" +#include "string.h" #define BX_ERROR_SET(_ptr, _result, _msg) \ BX_MACRO_BLOCK_BEGIN \