From 8793b9c05acbf9c949ae5fa5c77ac55c1add0ceb Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 9 Dec 2008 23:13:51 +0000 Subject: [PATCH] now with proper #include git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5821 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/build.cpp | 4 +++- Source/script.cpp | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/build.cpp b/Source/build.cpp index 5daaaef3..29cc4463 100644 --- a/Source/build.cpp +++ b/Source/build.cpp @@ -28,9 +28,11 @@ #include "manifest.h" #include "icon.h" +#include "exehead/api.h" +#include "exehead/resource.h" + #include -#include "exehead/resource.h" #include "ResourceEditor.h" #include "DialogTemplate.h" #include "ResourceVersionInfo.h" diff --git a/Source/script.cpp b/Source/script.cpp index 972181f5..4755ab93 100644 --- a/Source/script.cpp +++ b/Source/script.cpp @@ -27,6 +27,7 @@ #include "dirreader.h" #include "version.h" #include "icon.h" +#include "exehead/api.h" #include "exehead/resource.h" #include // for assert(3) #include