From 11571a1de9c1ea63f860eb7b83eebedc8a3766de Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 12 Oct 2004 21:01:45 +0000 Subject: [PATCH] missing includes git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3720 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/lang.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/lang.h b/Source/lang.h index 0881765a..c5848fa0 100644 --- a/Source/lang.h +++ b/Source/lang.h @@ -1,6 +1,8 @@ #ifndef ___NLF___H_____ #define ___NLF___H_____ +#include "strlist.h" +#include "growbuf.h" #include "exehead/fileform.h" struct NLFRef {