From 8b0509a5c3dc6a1c37c7884fed3c1c22014903b7 Mon Sep 17 00:00:00 2001 From: conde2 Date: Sun, 1 Dec 2013 01:19:29 -0200 Subject: [PATCH] Try to fix compilation --- src/framework/stdext/stdext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/framework/stdext/stdext.h b/src/framework/stdext/stdext.h index 3b27a51f..2e33cbcf 100644 --- a/src/framework/stdext/stdext.h +++ b/src/framework/stdext/stdext.h @@ -23,6 +23,7 @@ #ifndef STDEXT_H #define STDEXT_H +#include #include "compiler.h" #include "dumper.h" #include "types.h"