From 52975a9ac15598afbde6325d478ce7430136539d Mon Sep 17 00:00:00 2001 From: alexs75 Date: Wed, 9 Mar 2016 13:25:57 +0000 Subject: [PATCH] RxFPC:fix compile in windows git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4537 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/trunk/rxfileutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rx/trunk/rxfileutils.pas b/components/rx/trunk/rxfileutils.pas index 2cd5e1ff6..7448bc16d 100644 --- a/components/rx/trunk/rxfileutils.pas +++ b/components/rx/trunk/rxfileutils.pas @@ -49,7 +49,7 @@ uses Windows, {$ELSE} {$ENDIF} - FileUtil; + FileUtil, LazFileUtils, LazUTF8; {$IF DEFINED(WINDOWS) AND NOT DEFINED(WINCE)} function LStrError(const Ernum: Longint; const UseUTF8: Boolean = False): string;