From 4e26b2777a09e5c697873941e05cdf7c98fb73b1 Mon Sep 17 00:00:00 2001 From: oripel Date: Fri, 15 Oct 2004 03:23:13 +0000 Subject: [PATCH] Added missing #include "Platform.h" git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3733 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/lineparse.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/lineparse.cpp b/Source/lineparse.cpp index 01cd0c8c..13ffeb99 100644 --- a/Source/lineparse.cpp +++ b/Source/lineparse.cpp @@ -1,4 +1,5 @@ #include "lineparse.h" +#include "Platform.h" #include #include