From aaacc5caf48f3fd4d6c0141e45dc3e94867d54e5 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 26 Oct 2009 15:07:32 +0100 Subject: Add missing unit For some reason, fpc-2.2.4 passes compilation but fpc-2.2.2 throws an error. --- UViewer.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UViewer.pas b/UViewer.pas index bb29bd1..1be2d6e 100644 --- a/UViewer.pas +++ b/UViewer.pas @@ -65,7 +65,7 @@ var implementation -uses UCoreUtils, UCoreClasses, UConfig, DateUtils, ULibc; +uses UCoreUtils, UCoreClasses, UConfig, DateUtils, ULibc, UGnome; -- cgit v1.2.3