From 85c529d0f0a3d7bbdbe074c7b83ffe4c57787def Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 13 Apr 2007 09:54:54 +0000 Subject: [PATCH] fixed bug #1699609 - linux CVS FTBFS git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5065 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/util.cpp b/Source/util.cpp index 830370cd..93f957d4 100644 --- a/Source/util.cpp +++ b/Source/util.cpp @@ -22,6 +22,7 @@ #include "exehead/fileform.h" #include "util.h" #include "strlist.h" +#include "winchar.h" #ifndef _WIN32 # include