From ef42c45da3f5c82328285613aee96830958cad11 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 3 Oct 2017 14:33:33 +0200 Subject: [PATCH] Fixed: Compilation --HG-- branch : develop --- code/nel/tools/logic/logic_editor_dll/logic_editor_interface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/nel/tools/logic/logic_editor_dll/logic_editor_interface.h b/code/nel/tools/logic/logic_editor_dll/logic_editor_interface.h index f2ac7c13a..d0059571c 100644 --- a/code/nel/tools/logic/logic_editor_dll/logic_editor_interface.h +++ b/code/nel/tools/logic/logic_editor_dll/logic_editor_interface.h @@ -17,6 +17,8 @@ #ifndef LOGIC_EDITOR_INTERFACE #define LOGIC_EDITOR_INTERFACE +#include + #ifndef LOGIC_EDITOR_EXPORT #define LOGIC_EDITOR_EXPORT __declspec( dllimport ) #endif // LOGIC_EDITOR_EXPORT