Tentative build fix for newer gccs

This commit is contained in:
Lauri Kasanen 2021-03-03 15:33:58 +02:00
parent 980eedd33b
commit 688e749fda

View File

@ -25,6 +25,7 @@
#include <rfb/JpegCompressor.h>
#include <rfb/xxhash.h>
#include <stdio.h>
#include <stdlib.h>
using namespace network;
using namespace rfb;