mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Fix for osx and linux
This commit is contained in:
parent
c40b70688c
commit
9dd24f81d4
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include "NsightHelpers.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(NSIGHT_FOUND)
|
||||
#include "nvToolsExt.h"
|
||||
|
||||
|
@ -39,3 +40,4 @@ ProfileRange::ProfileRange(const char *name) {}
|
|||
ProfileRange::ProfileRange(const char *name, uint32_t argbColor, uint64_t payload) {}
|
||||
ProfileRange::~ProfileRange() {}
|
||||
#endif
|
||||
#endif // _WIN32
|
||||
|
|
Loading…
Reference in a new issue