Merge pull request #14555 from vladest/linux_build_fix

Added missed header
This commit is contained in:
Jeff Clinton 2018-12-10 15:06:08 -08:00 committed by GitHub
commit b6a87f2251
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
#ifndef hifi_RenderEventHandler_h
#define hifi_RenderEventHandler_h
#include <functional>
#include <QEvent>
#include <QElapsedTimer>
#include "gl/OffscreenGLCanvas.h"