From: Alexander Zakharov Date: Tue, 14 Feb 2017 09:12:43 +0000 (+0300) Subject: Add missing headers X-Git-Tag: v1.7.90~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F413%2Fhead;p=tigervnc.git Add missing headers --- diff --git a/vncviewer/PlatformPixelBuffer.h b/vncviewer/PlatformPixelBuffer.h index 26ae7ca3..f9038cd9 100644 --- a/vncviewer/PlatformPixelBuffer.h +++ b/vncviewer/PlatformPixelBuffer.h @@ -20,6 +20,9 @@ #define __PLATFORMPIXELBUFFER_H__ #if !defined(WIN32) && !defined(__APPLE__) +#include +#include +#include #include #endif