mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:00:36 +02:00
fix mac/unix build
This commit is contained in:
parent
ef25876c9a
commit
24e2215f14
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@
|
||||||
#include "Texture.h"
|
#include "Texture.h"
|
||||||
#include "Transform.h"
|
#include "Transform.h"
|
||||||
|
|
||||||
|
// FIXME - technically according to our coding standard Context.h should be before "Framebuffer.h" but it appears
|
||||||
|
// as if Context.h is not self contained and assumes other users have included other gpu headers.
|
||||||
|
#include "Context.h"
|
||||||
|
|
||||||
#if defined(NSIGHT_FOUND)
|
#if defined(NSIGHT_FOUND)
|
||||||
class ProfileRange {
|
class ProfileRange {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue