mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
trying to fix the include issue
This commit is contained in:
parent
48f32dc36b
commit
9ee35def3d
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
#ifndef hifi_RenderEventHandler_h
|
||||
#define hifi_RenderEventHandler_h
|
||||
|
||||
#include <QEvent>
|
||||
#include <QElapsedTimer>
|
||||
#include "gl/OffscreenGLCanvas.h"
|
||||
#include <QEvent.h>
|
||||
#include <QElapsedTimer.h>
|
||||
|
||||
enum ApplicationEvent {
|
||||
// Execute a lambda function
|
||||
|
|
Loading…
Reference in a new issue