LazMapViewer: Fix compilation with FPC 3.2. Fix rgbgraphics package name.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7913 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-11-30 21:26:40 +00:00
parent e2f9f6dfee
commit d4b3fedddd
4 changed files with 5 additions and 9 deletions

View File

@@ -56,6 +56,9 @@ uses
{$IFDEF LOG_URL}
lazlogger,
{$ENDIF}
{$IF FPC_FullVersion >= 30200}
opensslsockets,
{$IFEND}
fphttpclient, openssl;
{ TMVDEFPC }