[channel,cliprdr] add missing include in header

This commit is contained in:
akallabeth 2023-05-09 12:10:47 +02:00 committed by akallabeth
parent 52786d0f12
commit 7073aef79f
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <freerdp/svc.h>
#include <freerdp/addin.h>
#include <freerdp/channels/log.h>
#include <freerdp/client/cliprdr.h>
#define TAG CHANNELS_TAG("cliprdr.client")